From b1d8ef151309c2ee0853175c6ede293b47bb6bd1 Mon Sep 17 00:00:00 2001 From: walker820 Date: Fri, 26 Jul 2024 12:19:26 -0700 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',