We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edacd62 commit b065bfdCopy full SHA for b065bfd
setup.py
@@ -14,11 +14,15 @@
14
description='Merkle Tools',
15
classifiers=[
16
"Intended Audience :: Developers",
17
+ "Intended Audience :: Education",
18
"Intended Audience :: Science/Research",
19
"License :: OSI Approved :: MIT License",
20
"Programming Language :: Python :: 2.7",
21
+ "Programming Language :: Python :: 3.6",
22
+ "Topic :: Software Development :: Libraries",
23
+ "Topic :: Software Development :: Libraries :: Python Modules"
24
],
- url='https://github.com/',
25
+ url='https://github.com/Tierion/pymerkletools',
26
author='Eder Santana',
27
keywords='merkle tree, blockchain, tierion',
28
license="MIT",
0 commit comments