diff --git a/setup.py b/setup.py index 663f390..c0471f5 100644 --- a/setup.py +++ b/setup.py @@ -19,5 +19,5 @@ classifiers=[ "Programming Language :: Python :: 3", ], - long_description=open('README.md').read() + long_description=open('README.md').read(), )