small setup.py bug fix

This commit is contained in:
Shay Palachy
2017-04-20 11:29:55 +03:00
parent 7cf96f8726
commit c870617c9f
+2 -2
View File
@@ -16,7 +16,7 @@ import versioneer
README_RST = ''
with open('README.rst') as f:
README_RST = f.read(
README_RST = f.read()
setup(
name='cachier',
@@ -53,5 +53,5 @@ setup(
'Topic :: Utilities',
'Topic :: Other/Nonlisted Topic',
'Intended Audience :: Developers',
]
],
)