Skip to content

Commit 2f91892

Browse files
committed
Fix path to README.rst.
1 parent 28d5dd0 commit 2f91892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
url="https://github.com/GraylinKim/sc2reader",
1111

1212
description="Utility for parsing Starcraft II replay files",
13-
long_description=open("README.txt").read(),
13+
long_description=open("README.rst").read(),
1414
keywords=["starcraft 2","sc2","parser","replay"],
1515
classifiers=[
1616
"Environment :: Console",

0 commit comments

Comments
 (0)