Add metadata license, url

This commit is contained in:
nolash 2020-08-08 12:07:39 +02:00
parent 646dbf5f79
commit e28ab1b082
Signed by: lash
GPG Key ID: 93EC1C676274C889
3 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,6 @@
* 0.1.0
- Package wrap with setup.py
- Fix hex prefix bug in tx serialization
* 0.0.1
- Introduce signer, transaction, keystore packages
- Add test for keystore and signer

View File

@ -17,4 +17,6 @@ setup(
scripts = [
'scripts/crypto-dev-daemon',
],
data_files = [('', ['LICENSE.txt'])],
url='https://gitlab.com/nolash/crypto-dev-signer',
)