setup.cfg
author Hartmut Goebel <h.goebel@crazy-compilers.com>
Tue, 17 Mar 2020 11:05:51 +0100
changeset 45 4ac3bb01f0bc
child 51 34b48b90628c
permissions -rw-r--r--
Add setup.py, setup.cfg and MANIFEST.in.
[sdist]
formats=gztar

[metadata]
name         = yml2
version      = 2.6.2
author	     = Volker Birk
author_email = vb@pep-project.org
url	     = https://pep.foundation/dev/repos/yml2/
license	     = GPL v2
license_file = gpl-2.0.txt

[options]
packages = yml2
scripts =
    yml2c
    yml2proc
include_package_data = True
zip_safe = False
install_requires = lxml