commit 4eece2e580f2b2c60ed9cfecf5015c5d2eecb432
parent a441185276ecd3ce32c30bca04345639ed7154aa
Author: nolash <dev@holbrook.no>
Date: Tue, 24 Aug 2021 21:44:16 +0200
Use explicit pre-release signer
Diffstat:
3 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/python/MANIFEST.in b/python/MANIFEST.in
@@ -0,0 +1 @@
+include *requirements.txt eth_owned/data/*
diff --git a/python/requirements.txt b/python/requirements.txt
@@ -1,3 +1,3 @@
-confini~=0.3.6rc3
-chainlib-eth~=0.0.5a1
-crypto-dev-signer~=0.4.14b6
+confini>=0.3.6rc3,<0.5.0
+chainlib-eth>=0.0.9a3,<0.1.0
+crypto-dev-signer>=0.4.15a1,<=0.4.15
diff --git a/python/setup.cfg b/python/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = eth-owned
-version = 0.0.2a1
+version = 0.0.4a1
description = EIP 173 interface and tools
author = Louis Holbrook
author_email = dev@holbrook.no