From 638e45adcdfd3a77f0571fd1629d22a42c92f5b2 Mon Sep 17 00:00:00 2001 From: lash Date: Sun, 7 May 2023 00:02:15 +0100 Subject: [PATCH] Add unittest module to packaging --- python/CHANGELOG | 2 ++ python/setup.cfg | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/python/CHANGELOG b/python/CHANGELOG index ad98d7b..fff45ac 100644 --- a/python/CHANGELOG +++ b/python/CHANGELOG @@ -1,3 +1,5 @@ +* 0.5.3 + - Add unittest module to packaging * 0.5.2 - Move test fixture to unittest module * 0.5.1 diff --git a/python/setup.cfg b/python/setup.cfg index 8220ea7..f4b6ef0 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eth-accounts-index -version = 0.5.2 +version = 0.5.3 description = Accounts index evm contract tooling with permissioned writes author = Louis Holbrook author_email = dev@holbrook.no @@ -27,6 +27,7 @@ python_requires = >= 3.8 packages = eth_accounts_index eth_accounts_index.runnable + eth_accounts_index.unittest [options.extras_require] testing =