Skip to content

Commit

Permalink
Add support for the wheel format. Closes issue pylint-dev#48.
Browse files Browse the repository at this point in the history
  • Loading branch information
PCManticore committed Oct 16, 2014
1 parent c4f0d9d commit 1ed4855
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Release Process

4. Run

$ python setup.py register sdist --formats=gztar upload
$ python setup.py register sdist bdist_wheel --formats=gztar upload

to release a new version to PyPI.

2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[wheel]
universal = 1

0 comments on commit 1ed4855

Please sign in to comment.