diff --git a/setup.py b/setup.py index b75696e..3c52359 100644 --- a/setup.py +++ b/setup.py @@ -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', - ] + ], )