eth-erc712

ERC712 typed data sign material builder
Info | Log | Files | Refs

setup.cfg (816B)


      1 [metadata]
      2 name = eth-erc712
      3 version = 0.0.2
      4 description = ERC712 typed data sign material builder
      5 author = Louis Holbrook
      6 author_email = dev@holbrook.no
      7 url = https://git.defalsify.org/eth-erc712
      8 keywords =
      9 	dlt
     10 	ethereum
     11 	token
     12 	blockchain
     13 	cryptocurrency
     14 classifiers =
     15 	Programming Language :: Python :: 3
     16 	Operating System :: OS Independent
     17 	Development Status :: 4 - Beta
     18 	Environment :: Console
     19 	Intended Audience :: Developers
     20 	License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
     21 	Topic :: Internet
     22 	Topic :: Software Development :: Libraries
     23 	#Topic :: Blockchain :: EVM
     24 license = AGPLv3+
     25 licence_files =
     26 	LICENSE
     27 
     28 [options]
     29 include_package_data = True
     30 python_requires = >= 3.8
     31 packages =
     32 	eth_erc712
     33 	eth_erc712.unittest
     34 
     35 [options.package_data]
     36 * =
     37  	data/*.json
     38  	data/*.bin