Use universal wheel package. removing build directory procedure is not needed anymore.

This commit is contained in:
Takayuki Shimizukawa 2014-10-10 00:01:57 +09:00
parent da651089e7
commit 6261c8b68d
2 changed files with 3 additions and 2 deletions

View File

@ -19,3 +19,6 @@ output_dir = sphinx/locale/
[compile_catalog]
domain = sphinx
directory = sphinx/locale/
[wheel]
universal = 1

View File

@ -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