diff --git a/setup.py b/setup.py index da354c7..0c89bc5 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ long_description=open('README.md').read(), long_description_content_type='text/markdown', test_suite='blockchain_parser.tests', - classifiers=[ +classifiers=[ 'Development Status :: 5 - Production/Stable', 'Environment :: Console', 'Intended Audience :: Developers',