diff --git a/setup.py b/setup.py index 977bee1..ef8314a 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name = 'PyOTA-PoW', - description = 'Local PoW Ccurl interface for PyOTA', + description = 'Ccurl PoW Interface for PyOTA', url = 'https://github.com/lzpap/ccurl.interface.py', version = '1.0.0', @@ -27,6 +27,8 @@ 'License :: OSI Approved :: MIT License', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Topic :: Software Development :: Libraries :: Python Modules', ],