setup.cfg
changeset 62 00a196f8d14a
parent 60 b19d0a86651b
child 65 d659b8c2ed22
--- 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
+