setup.cfg
changeset 62 00a196f8d14a
parent 60 b19d0a86651b
child 65 d659b8c2ed22
equal deleted inserted replaced
61:482106d33bf6 62:00a196f8d14a
       
     1 [sdist]
       
     2 formats=gztar
       
     3 
     1 [metadata]
     4 [metadata]
     2 description-file = README.md
     5 name         = yml2
       
     6 version      = 2.6.4
       
     7 author	     = Volker Birk
       
     8 author_email = vb@pep-project.org
       
     9 url	     = https://pep.foundation/dev/repos/yml2/
       
    10 license	     = GPL-2.0
       
    11 license_file = COPYING.txt
       
    12 description-file = README.rst
       
    13 
       
    14 [options]
       
    15 packages = yml2
       
    16 scripts =
       
    17     yml2c
       
    18     yml2proc
       
    19 include_package_data = True
       
    20 zip_safe = False
       
    21 install_requires = lxml
       
    22