setup.cfg (1107B)
1 [metadata] 2 name = erc20-demurrage-token 3 version = 0.5.7 4 description = ERC20 token with redistributed continual demurrage 5 author = Louis Holbrook 6 author_email = dev@holbrook.no 7 url = https://holbrook.no/src/erc20-demurrage-token/log.html 8 keywords = 9 ethereum 10 blockchain 11 cryptocurrency 12 erc20 13 classifiers = 14 Programming Language :: Python :: 3 15 Operating System :: OS Independent 16 Development Status :: 4 - Beta 17 Environment :: Console 18 Intended Audience :: Developers 19 License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+) 20 Topic :: Internet 21 Topic :: Software Development :: Libraries 22 #Topic :: Blockchain :: EVM 23 license = AGPLv3+ 24 licence_files = 25 LICENSE 26 27 [options] 28 include_package_data = True 29 python_requires = >= 3.8 30 packages = 31 erc20_demurrage_token 32 erc20_demurrage_token.runnable 33 erc20_demurrage_token.data 34 erc20_demurrage_token.sim 35 erc20_demurrage_token.unittest 36 37 [options.package_data] 38 * = 39 data/DemurrageToken*.bin 40 data/DemurrageToken*.json 41 42 [options.entry_points] 43 console_scripts = 44 erc20-demurrage-token-publish = erc20_demurrage_token.runnable.publish:main