|
@@ -48,5 +48,5 @@ setup(
|
|
|
"Topic :: System :: Distributed Computing",
|
|
|
"Topic :: Software Development :: Libraries :: Python Modules",
|
|
|
],
|
|
|
- long_description=codecs.open('README', "r", "utf-8").read(),
|
|
|
+ long_description=codecs.open('README.rst', "r", "utf-8").read(),
|
|
|
)
|