mirror of
git://holbrook.no/eth-accounts-index
synced 2024-11-05 02:06:46 +01:00
Add unittest module to packaging
This commit is contained in:
parent
27a0ac92b0
commit
638e45adcd
@ -1,3 +1,5 @@
|
||||
* 0.5.3
|
||||
- Add unittest module to packaging
|
||||
* 0.5.2
|
||||
- Move test fixture to unittest module
|
||||
* 0.5.1
|
||||
|
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user