summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonel Maries Cristian <ionel.mc@gmail.com>2015-01-03 16:48:19 +0000
committerIonel Maries Cristian <ionel.mc@gmail.com>2015-01-03 16:48:19 +0000
commit7330299cff9a330585525bebc6f2528e61ace6f2 (patch)
treec60745523f490e0ca8086039dc7ae5c760bee6fa
parent9298be28bf6f934658a6facf2263542f7826c2ba (diff)
downloadpygments-7330299cff9a330585525bebc6f2528e61ace6f2.tar.gz
Make universal wheels.
See https://packaging.python.org/en/latest/distributing.html#universal-wheels
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index abca6bcc..17eb2173 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,3 +5,6 @@ tag_date = true
[aliases]
release = egg_info -RDb ''
upload = upload --sign --identity=36580288
+
+[bdist_wheel]
+universal = 1 \ No newline at end of file