evm-tokenvote

Voting machine using ERC20 tokens as votes.
Log | Files | Refs | README

setup.cfg (843B)


      1 [metadata]
      2 name = evm_tokenvote
      3 version = 0.0.3
      4 description = Voting machine using ERC20 tokens as votes.
      5 author = Louis Holbrook
      6 author_email = dev@holbrook.no
      7 url = https://holbrook.no/src/evm_tokenvote/log.html
      8 keywords =
      9 	dlt
     10 	blockchain
     11 	cryptocurrency
     12 	ethereum
     13 classifiers =
     14 	Programming Language :: Python :: 3
     15 	Operating System :: OS Independent
     16 	Development Status :: 3 - Alpha
     17 	Topic :: Software Development :: Libraries
     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 :: 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 	evm_tokenvote
     32 	evm_tokenvote.unittest
     33 	evm_tokenvote.data
     34 
     35 #[options.entry_points]
     36 #console_scripts =