summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.cfg3
-rw-r--r--utils/release-checklist2
2 files changed, 3 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 5dac60b4..c735cfde 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -19,3 +19,6 @@ output_dir = sphinx/locale/
[compile_catalog]
domain = sphinx
directory = sphinx/locale/
+
+[wheel]
+universal = 1
diff --git a/utils/release-checklist b/utils/release-checklist
index ab234f3e..1cc8b091 100644
--- a/utils/release-checklist
+++ b/utils/release-checklist
@@ -8,8 +8,6 @@ Release checklist
* hg commit
* make clean
* python setup.py release bdist_wheel sdist upload
-* For all other versions: pythonX.Y setup.py release bdist_wheel upload
- (remove build/ before each one)
* Check PyPI release page for obvious errors
* hg tag
* Merge default into stable if final major release