Skip to content

Commit ebd1017

Browse files
committed
Small tweaks to the setup code.
1 parent f1b43db commit ebd1017

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

MANIFEST.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
include LICENSE.txt
1+
include LICENSE.txt
2+
include CONTRIBUTORS.txt
3+
include README.txt

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=''.join(open("README.txt").readlines()),
13+
long_description=open("README.txt").read(),
1414
keywords=["starcraft 2","sc2","parser","replay"],
1515
classifiers=[
1616
"Environment :: Console",

0 commit comments

Comments
 (0)