potaahto

Conversions and redundancy for partisan naming choices
git clone git://git.defalsify.org/python-potaahto.git
Log | Files | Refs | LICENSE

setup.cfg (620B)


      1 [metadata]
      2 name = potaahto
      3 version = 0.1.1
      4 description = Conversions and redundancy for poor data formatting choices
      5 author = Louis Holbrook
      6 author_email = dev@holbrook.no
      7 url = https://gitlab.com/nolash/chainlib
      8 keywords =
      9 	lint
     10 	code
     11 	formatting
     12 classifiers =
     13 	Programming Language :: Python :: 3
     14 	Operating System :: OS Independent
     15 	Development Status :: 3 - Alpha
     16 	Intended Audience :: Developers
     17 	Topic :: Software Development :: Libraries
     18 	License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
     19 license = WTFPL
     20 licence_files =
     21 	LICENSE
     22 
     23 [options]
     24 python_requires = >= 3.6
     25 packages = 
     26 	potaahto