summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Chainz <adam@adamj.eu>2016-10-16 12:19:38 +0100
committerAdam Chainz <adam@adamj.eu>2016-10-16 12:19:38 +0100
commitfd5dfcd545b4c3fa3db709bafc73aebe8b003a00 (patch)
treec118288e0fe93d9a0e8ca437cdfe500928045499
parentb4ffdf7289f3a502e0972ce217c5eeb42345b2da (diff)
downloadroutes-fd5dfcd545b4c3fa3db709bafc73aebe8b003a00.tar.gz
Release as a universal wheel
By releasing as a [Python wheel](http://pythonwheels.com/) as well as a source distribution, you can speed up end user’s installs. After merging this command, to release you just need to run `python setup.py clean sdist bdist_wheel upload`.
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 7be406d..6d68f65 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,3 +1,6 @@
+[bdist_wheel]
+universal = 1
+
[egg_info]
tag_build = dev