blob: e86b08744eb4468d6c9d9b3d7eb9b055119e3c42 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
[metadata]
name = eth-erc721
version = 0.0.1a1
description = ERC721 interface and simple contract with deployment script providing arbitrary minting of NFTs with freely settable tokenids
author = Louis Holbrook
author_email = dev@holbrook.no
url = https://gitlab.com/cic/eth-erc20
keywords =
ethereum
classifiers =
Programming Language :: Python :: 3
Operating System :: OS Independent
Development Status :: 3 - Alpha
Environment :: No Input/Output (Daemon)
Intended Audience :: Developers
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Topic :: Internet
#Topic :: Blockchain :: EVM
license = GPL3
licence_files =
LICENSE
[options]
include_package_data = True
python_requires = >= 3.6
packages =
eth_badge
eth_badge.runnable
eth_badge.data
eth_erc721
#eth_erc721.data
#eth_erc721.runnable
[options.package_data]
* =
data/BadgeToken.json
data/BadgeToken.abi
#data/ERC721.json
[options.entry_points]
console_scripts =
badge-deploy = eth_badge.runnable.deploy:main
|