diff setup.cfg @ 29:c06e438f68b2

Build a real Python package
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 07 Dec 2020 03:10:44 +0100
parents
children bf77784ee288
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/setup.cfg	Mon Dec 07 03:10:44 2020 +0100
@@ -0,0 +1,13 @@
+[metadata]
+license_file = LICENSE.txt
+
+[egg_info]
+tag_build =
+tag_date = 0
+tag_svn_revision = 0
+
+[bdist_wheel]
+universal = 1
+
+[sdist]
+formats = gztar