diff -r 482106d33bf6 -r 00a196f8d14a setup.cfg --- a/setup.cfg Thu Mar 19 14:54:23 2020 +0100 +++ b/setup.cfg Thu Mar 19 16:45:02 2020 +0100 @@ -1,2 +1,22 @@ +[sdist] +formats=gztar + [metadata] -description-file = README.md +name = yml2 +version = 2.6.4 +author = Volker Birk +author_email = vb@pep-project.org +url = https://pep.foundation/dev/repos/yml2/ +license = GPL-2.0 +license_file = COPYING.txt +description-file = README.rst + +[options] +packages = yml2 +scripts = + yml2c + yml2proc +include_package_data = True +zip_safe = False +install_requires = lxml +