Skip to content

Commit

Permalink
update setup.py with more precise info
Browse files Browse the repository at this point in the history
  • Loading branch information
EderSantana committed Feb 14, 2018
1 parent edacd62 commit b065bfd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b065bfd

Please sign in to comment.