File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 11Metadata-Version: 1.1
22Name: 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
910Summary: Python package for easy C++ declarations navigation
1011License: Boost Software License
1112Description: "...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 77from distutils .core import setup
88
99setup (name = "pygccxml" ,
10- version = "v1.5.2 " ,
10+ version = "v1.6.0 " ,
1111 description = "GCC-XML generated file reader" ,
12- author = "GCC-XML maintainers " ,
12+ author = "Insight Software Consortium. " ,
13131414 packages = ['pygccxml' ,
1515 'pygccxml.declarations' ,
You can’t perform that action at this time.
0 commit comments