From b065bfd398adf031603fb362ef4e7b848966cec9 Mon Sep 17 00:00:00 2001 From: "eder.santana" Date: Tue, 13 Feb 2018 20:16:43 -0800 Subject: [PATCH] update setup.py with more precise info --- setup.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 57eebea..9c8b83c 100755 --- a/setup.py +++ b/setup.py @@ -14,11 +14,15 @@ description='Merkle Tools', classifiers=[ "Intended Audience :: Developers", + "Intended Audience :: Education", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7", + "Programming Language :: Python :: 3.6", + "Topic :: Software Development :: Libraries", + "Topic :: Software Development :: Libraries :: Python Modules" ], - url='https://github.com/', + url='https://github.com/Tierion/pymerkletools', author='Eder Santana', keywords='merkle tree, blockchain, tierion', license="MIT",