Renamed README.rst -> README

This commit is contained in:
Ask Solem
2009-04-18 23:02:51 +02:00
committed by Ask Solem
parent 1af3619f0b
commit 6abfca216e
2 changed files with 1 additions and 1 deletions
View File
+1 -1
View File
@@ -27,5 +27,5 @@ setup(
"Operating System :: OS Independent",
"Programming Language :: Python",
],
long_description=codecs.open('README.rst', "r", "utf-8").read(),
long_description=codecs.open('README', "r", "utf-8").read(),
)