Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Apitzsch <git@apitzsch.eu>2018-10-21 16:42:03 +0300
committerAndré Apitzsch <git@apitzsch.eu>2018-10-21 16:42:03 +0300
commit27c8aff96b960fff8d8817c2c0206e541a4a5b74 (patch)
tree67a22bd2de86ca0c66ecc39b68af2c02c7ae8305 /setup.cfg
parent3e4c66556bb830556b16ffae022b379f3195adfd (diff)
Add support for distribution as wheel package
https://www.python.org/dev/peps/pep-0427/
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..472423d
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,5 @@
+[bdist_wheel]
+universal = 1
+
+[metadata]
+license_file = COPYING