Skip to content

Commit b065bfd

Browse files
committed
update setup.py with more precise info
1 parent edacd62 commit b065bfd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,15 @@
1414
description='Merkle Tools',
1515
classifiers=[
1616
"Intended Audience :: Developers",
17+
"Intended Audience :: Education",
1718
"Intended Audience :: Science/Research",
1819
"License :: OSI Approved :: MIT License",
1920
"Programming Language :: Python :: 2.7",
21+
"Programming Language :: Python :: 3.6",
22+
"Topic :: Software Development :: Libraries",
23+
"Topic :: Software Development :: Libraries :: Python Modules"
2024
],
21-
url='https://github.com/',
25+
url='https://github.com/Tierion/pymerkletools',
2226
author='Eder Santana',
2327
keywords='merkle tree, blockchain, tierion',
2428
license="MIT",

0 commit comments

Comments
 (0)