From e8209eee1ab4de116abba9208b4bb1deb9f19b84 Mon Sep 17 00:00:00 2001 From: Levente Pap Date: Mon, 14 Oct 2019 11:43:56 +0200 Subject: [PATCH] Update setup.py with metadata --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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', ],