fixed a mistake in setup.py

This commit is contained in:
dstufft
2009-12-20 04:47:15 +00:00
parent c4bbd94376
commit 3bd699f278
+1 -1
View File
@@ -27,5 +27,5 @@ setup(
"Operating System :: OS Independent",
"Programming Language :: Python",
],
long_description=codecs.open('README', "r", "utf-8").read(),
long_description=codecs.open('README.rst', "r", "utf-8").read(),
)