commit e28ab1b082a9712d38551c6099d6379e70894c61
parent 646dbf5f79ab75e1318ae312d032732988c3ad57
Author: nolash <dev@holbrook.no>
Date:   Sat,  8 Aug 2020 12:07:39 +0200
Add metadata license, url
Diffstat:
3 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
@@ -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		
diff --git a/LICENSE b/LICENSE.txt
diff --git a/setup.py b/setup.py
@@ -17,4 +17,6 @@ setup(
         scripts = [
             'scripts/crypto-dev-daemon',
             ],
+        data_files = [('', ['LICENSE.txt'])],
+        url='https://gitlab.com/nolash/crypto-dev-signer',
         )