eth-interface

EIP-165 interface and tools for chainlib-eth
git clone git://holbrook.no/eth-interface.git
Log | Files | Refs

setup.cfg (755B)


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