[metadata] name = ge-capped-token version = 0.0.1 description = ERC20 token that can be minted, capped and expired. author = Louis Holbrook author_email = dev@holbrook.no url = https://git.grassecon.net/grassrootseconomics/ge-capped-token keywords = dlt ethereum token blockchain cryptocurrency classifiers = Programming Language :: Python :: 3 Operating System :: OS Independent Development Status :: 4 - Beta Environment :: Console Intended Audience :: Developers License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+) Topic :: Internet Topic :: Software Development :: Libraries #Topic :: Blockchain :: EVM license = AGPLv3+ licence_files = LICENSE [options] include_package_data = True python_requires = >= 3.8 packages = giftable_erc20_token giftable_erc20_token.runnable giftable_erc20_token.unittest giftable_erc20_token.data eth_erc20 eth_erc20.data eth_erc20.runnable static_token.data [options.package_data] * = data/GiftableToken.json data/GiftableToken.bin data/StaticToken.json data/StaticToken.bin data/ERC20.json [options.entry_points] console_scripts = capped-token-publish = giftable_erc20_token.runnable.publish:main