erc20-demurrage-token/python/setup.cfg

45 lines
1.1 KiB
INI
Raw Normal View History

2021-03-01 10:53:39 +01:00
[metadata]
name = erc20-demurrage-token
version = 0.5.6
2021-03-01 10:53:39 +01:00
description = ERC20 token with redistributed continual demurrage
author = Louis Holbrook
author_email = dev@holbrook.no
url = https://holbrook.no/src/erc20-demurrage-token/log.html
2021-03-01 10:53:39 +01:00
keywords =
ethereum
blockchain
cryptocurrency
erc20
2021-03-01 10:53:39 +01:00
classifiers =
Programming Language :: Python :: 3
Operating System :: OS Independent
Development Status :: 4 - Beta
Environment :: Console
2021-03-01 10:53:39 +01:00
Intended Audience :: Developers
License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
2021-03-01 10:53:39 +01:00
Topic :: Internet
Topic :: Software Development :: Libraries
2021-03-01 10:53:39 +01:00
#Topic :: Blockchain :: EVM
license = AGPLv3+
2021-03-01 10:53:39 +01:00
licence_files =
LICENSE
[options]
include_package_data = True
python_requires = >= 3.8
2021-03-01 10:53:39 +01:00
packages =
erc20_demurrage_token
erc20_demurrage_token.runnable
2021-06-05 17:59:34 +02:00
erc20_demurrage_token.data
2021-06-06 09:37:11 +02:00
erc20_demurrage_token.sim
2022-05-03 20:19:28 +02:00
erc20_demurrage_token.unittest
2021-03-01 10:53:39 +01:00
[options.package_data]
* =
data/DemurrageToken*.bin
data/DemurrageToken*.json
2021-03-01 10:53:39 +01:00
[options.entry_points]
console_scripts =
2023-02-11 11:21:24 +01:00
erc20-demurrage-token-publish = erc20_demurrage_token.runnable.publish:main