File tree 2 files changed +9
-8
lines changed
2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1
1
Metadata-Version: 1.1
2
2
Name: pygccxml
3
- Version: 0.7.1
4
- Author: Roman Yakovenko
5
- Author-email: roman yakovenko at gmail com
6
- Maintainer: Roman Yakovenko
7
- Maintainer-email: roman yakovenko at gmail com
8
- Download-url: http://sourceforge.net/project/showfiles.php?group_id=118209
3
+ Version: v1.6.0
4
+ Author: Insight Software Consortium.
5
+
6
+ Maintainer: Michke Popoff
7
+ Maintainer-email: michka popoff at gmail com
8
+ Home-page: https://github.com/gccxml/pygccxml
9
+ Download-url: https://github.com/gccxml/pygccxml/archive/master.zip
9
10
Summary: Python package for easy C++ declarations navigation
10
11
License: Boost Software License
11
12
Description: "...The purpose of the GCC-XML extension is to generate an XML description of a
Original file line number Diff line number Diff line change 7
7
from distutils .core import setup
8
8
9
9
setup (name = "pygccxml" ,
10
- version = "v1.5.2 " ,
10
+ version = "v1.6.0 " ,
11
11
description = "GCC-XML generated file reader" ,
12
- author = "GCC-XML maintainers " ,
12
+ author = "Insight Software Consortium. " ,
13
13
14
14
packages = ['pygccxml' ,
15
15
'pygccxml.declarations' ,
You can’t perform that action at this time.
0 commit comments