|
16 | 16 | maintainer="Michka Popoff and the Insight Software Consortium", |
17 | 17 | maintainer_email="[email protected]", |
18 | 18 | description="Python package for easy C++ declarations navigation.", |
19 | | - url="https://github.com/gccxml/pygccxml", |
20 | | - download_url="https://github.com/gccxml/pygccxml/archive/v" + |
| 19 | + url="https://github.com/CastXML/pygccxml", |
| 20 | + download_url="https://github.com/CastXML/pygccxml/archive/v" + |
21 | 21 | version + ".tar.gz", |
22 | 22 | license="Boost", |
23 | 23 | keywords="C++, declaration parser, CastXML, gccxml", |
|
32 | 32 | "Operating System :: MacOS :: MacOS X", |
33 | 33 | "Operating System :: Microsoft :: Windows", |
34 | 34 | "Operating System :: POSIX", |
35 | | - "Programming Language :: Python", |
36 | | - "Programming Language :: Python :: 2", |
37 | | - "Programming Language :: Python :: 2.7", |
38 | | - "Programming Language :: Python :: 3", |
39 | | - "Programming Language :: Python :: 3.4", |
40 | 35 | "Programming Language :: Python :: 3.5", |
41 | 36 | "Programming Language :: Python :: 3.6", |
| 37 | + "Programming Language :: Python :: 3.7", |
| 38 | + "Programming Language :: Python :: 3.8", |
42 | 39 | "Programming Language :: Python :: Implementation :: CPython", |
43 | 40 | "Programming Language :: Python :: Implementation :: PyPy", |
44 | 41 | "Topic :: Software Development", |
|
0 commit comments