usawa

Signed, immutable accounting.
Info | Log | Files | Refs | Submodules | LICENSE

setup.cfg (779B)


      1 [metadata]
      2 name = usawa
      3 version = 0.2.0
      4 description = Signed, immutable accounting.
      5 author = Louis Holbrook
      6 author_email = dev@holbrook.no
      7 url = https://git.defalsify.org/usawa
      8 keywords =
      9 	accounting
     10 	cryptography
     11 classifiers =
     12 	Environment :: No Input/Output (Daemon)
     13 	Programming Language :: Python :: 3
     14 	Operating System :: OS Independent
     15 	Development Status :: 3 - Alpha
     16 	Intended Audience :: Developers
     17 	License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
     18 #	Topic :: Blockchain :: EVM
     19 license = GPL3
     20 licence_files =
     21 	LICENSE
     22 
     23 [options]
     24 include_package_data = True
     25 python_requires = >= 3.7
     26 packages = 
     27 	usawa
     28 	usawa.resolve
     29 	usawa.runnable
     30 
     31 [options.entry_points]
     32 console_scripts =
     33 	usawad = usawa.runnable.server:main
     34 	usawa = usawa.runnable.gui:main