diff -r 4e5f42d51cc4 -r 4ac3bb01f0bc setup.cfg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/setup.cfg Tue Mar 17 11:05:51 2020 +0100 @@ -0,0 +1,20 @@ +[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