summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2014-09-22 11:04:51 +0200
committerAndreas Jaeger <aj@suse.de>2014-09-22 11:04:51 +0200
commit0a6819e9efb1fc5ed9d3817d6ca499ff39ba528a (patch)
tree0410a86d15e2dcad39e22539efeba69d6b7cb076 /setup.cfg
parent5e7675db4a060335924f2cc6da74dd1ea4819cfa (diff)
downloadtrove-0a6819e9efb1fc5ed9d3817d6ca499ff39ba528a.tar.gz
Mark trove as being a universal wheel
Universal is used to identify pure-Python module(by bdist_wheel). For these, it is sufficient to build a wheel with _any_ Python ABI version and publish that to PyPI (by whatever means). Change-Id: I41c1bddf27be9986c43ce408eccfc6b43c5562a1
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 8affb585..d7c8d54b 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -60,3 +60,6 @@ input_file = trove/locale/trove.pot
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = trove/locale/trove.pot
+
+[wheel]
+universal = 1