From 0a6819e9efb1fc5ed9d3817d6ca499ff39ba528a Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 22 Sep 2014 11:04:51 +0200 Subject: 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 --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) (limited to 'setup.cfg') 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 -- cgit v1.2.1