File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 44Version 2.1.0 (unreleased)
55--------------------------
66
7+ Version 2.0.1
8+ -------------
9+
10+ 1 . Minor description and doc updates for release uploads
11+
712Version 2.0.0
813-------------
914
Original file line number Diff line number Diff line change @@ -15,9 +15,13 @@ Uploading to pypi
1515
1616The documentation for the building and uploading can be found here: `pypi `_
1717
18+ Cleanup your dist:
19+
20+ ``rm -rf dist ``
21+
1822The wheels are built with:
1923
20- ``python setup.py bdist_wheel --universal ``
24+ ``python3 setup.py bdist_wheel --universal ``
2125
2226They are uploaded with:
2327
Original file line number Diff line number Diff line change 4141# TODO:
4242# 1. Add "explicit" property for constructors
4343
44- __version__ = '2.0.0 '
44+ __version__ = '2.0.1 '
Original file line number Diff line number Diff line change 2222setup (name = "pygccxml" ,
2323 version = version ,
2424 author = "Roman Yakovenko" ,
25- author_email = "roman yakovenko at gmail com" ,
25+ author_email = "romanyakovenko@ gmail. com" ,
2626 maintainer = "Michka Popoff and the Insight Software Consortium" ,
2727 maintainer_email = "[email protected] " ,
2828 description = "Python package for easy C++ declarations navigation." ,
You can’t perform that action at this time.
0 commit comments