eth-erc20

ERC20 interface and example giftable token contract
Log | Files | Refs | LICENSE

commit a87fbb13bcd93242e8e92c0b5372e24fb2e67fdf
parent 14ecb75b4ed977ceb582535788355b527435cd97
Author: lash <dev@holbrook.no>
Date:   Wed, 23 Nov 2022 16:04:26 +0000

Bump version, correct license string

Diffstat:
Mpython/setup.cfg | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/python/setup.cfg b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eth-erc20 -version = 0.5.1 +version = 0.5.2 description = ERC20 interface and simple contract with deployment script that lets any address mint and gift itself tokens. author = Louis Holbrook author_email = dev@holbrook.no @@ -20,7 +20,7 @@ classifiers = License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+) Topic :: Internet #Topic :: Blockchain :: EVM -license = OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+) +license = AGPLv3+ licence_files = LICENSE