File tree 4 files changed +12
-3
lines changed
4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 4
4
Version 2.1.0 (unreleased)
5
5
--------------------------
6
6
7
+ Version 2.0.1
8
+ -------------
9
+
10
+ 1 . Minor description and doc updates for release uploads
11
+
7
12
Version 2.0.0
8
13
-------------
9
14
Original file line number Diff line number Diff line change @@ -15,9 +15,13 @@ Uploading to pypi
15
15
16
16
The documentation for the building and uploading can be found here: `pypi `_
17
17
18
+ Cleanup your dist:
19
+
20
+ ``rm -rf dist ``
21
+
18
22
The wheels are built with:
19
23
20
- ``python setup.py bdist_wheel --universal ``
24
+ ``python3 setup.py bdist_wheel --universal ``
21
25
22
26
They are uploaded with:
23
27
Original file line number Diff line number Diff line change 41
41
# TODO:
42
42
# 1. Add "explicit" property for constructors
43
43
44
- __version__ = '2.0.0 '
44
+ __version__ = '2.0.1 '
Original file line number Diff line number Diff line change 22
22
setup (name = "pygccxml" ,
23
23
version = version ,
24
24
author = "Roman Yakovenko" ,
25
- author_email = "roman yakovenko at gmail com" ,
25
+ author_email = "romanyakovenko@ gmail. com" ,
26
26
maintainer = "Michka Popoff and the Insight Software Consortium" ,
27
27
maintainer_email = "[email protected] " ,
28
28
description = "Python package for easy C++ declarations navigation." ,
You can’t perform that action at this time.
0 commit comments