eth-interface

EIP-165 interface and tools for chainlib-eth
git clone git://holbrook.no/eth-interface.git
Log | Files | Refs

commit c6493162b2484ff95f203bd5fb245baab4cd7110
parent 68a9c37dd011f0749eb3bbd400a9c4e54751be4a
Author: lash <dev@holbrook.no>
Date:   Fri, 24 Mar 2023 18:44:51 +0000

Add python manifest file

Diffstat:
Apython/MANIFEST.in | 1+
Mpython/setup.cfg | 2+-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/python/MANIFEST.in b/python/MANIFEST.in @@ -0,0 +1 @@ +include requirements.txt test_requirements.txt diff --git a/python/setup.cfg b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eth-interface -version = 0.1.0 +version = 0.1.1 description = EIP165 interface author = Louis Holbrook author_email = dev@holbrook.no