From 35c9d978f3b172e9c33d97e2a0cdff40ec8bb272 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 22 Sep 2014 11:11:20 +0200 Subject: [PATCH] Mark glance_store 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: I40d66609277e58e8d6fee9cc98948f7b2507f75a --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index fa507353..002c332d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -72,3 +72,6 @@ input_file = glance_store/locale/glance_store.pot keywords = _ gettext ngettext l_ lazy_gettext mapping_file = babel.cfg output_file = glance_store/locale/glance_store.pot + +[wheel] +universal = 1