From 0f2a490218316c8b09b7ec73bf902f4bccb25941 Mon Sep 17 00:00:00 2001 From: nolash Date: Fri, 27 Aug 2021 14:45:24 +0200 Subject: [PATCH] Add dialect to packages --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index c62e9d9..d806605 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = chainlib-eth -version = 0.0.9a5 +version = 0.0.9a6 description = Ethereum implementation of the chainlib interface author = Louis Holbrook author_email = dev@holbrook.no @@ -28,6 +28,7 @@ include_package_data = True python_requires = >= 3.6 packages = chainlib.eth + chainlib.eth.dialect chainlib.eth.runnable chainlib.eth.pytest chainlib.eth.unittest