summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorFlorian Apolloner <florian@apolloner.eu>2013-04-03 12:42:33 +0200
committerJannis Leidel <jannis@leidel.info>2013-05-01 13:46:06 +0200
commita5becad9094e5c5403b692b9a7b3a6ffaabf64a3 (patch)
tree940aa879230b1dbd598a2c1259c0b7362f7c6575 /setup.cfg
parentce45240df4e2b424ff4852b1cc71d01a031457c9 (diff)
Fixed #19252 -- Added support for wheel packages.
Signed-off-by: Jannis Leidel <jannis@leidel.info>
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
index e189ffb47b..330eff6977 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,3 +2,8 @@
doc_files = docs extras AUTHORS INSTALL LICENSE README.rst
install-script = scripts/rpm-install.sh
+[metadata]
+license-file = LICENSE
+
+[wheel]
+universal = 1 # use py2.py3 tag for pure-python dist