Skip to content

Commit 3fd0205

Browse files
committed
metadata: Update download/projects URLs, fix typo in description
1 parent 8a16f21 commit 3fd0205

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

setup.py

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,14 @@ def parse_requirements(filename):
4545
},
4646

4747
url=r'https://github.com/CastXML/CastXML#readme',
48-
download_url=r'https://data.kitware.com/#collection/57b5c9e58d777f126827f5a1/folder/57b5de948d777f10f2696370',
48+
download_url='',
49+
project_urls={
50+
"Bug Tracker": "https://github.com/CastXML/CastXML-python-distributions/issues",
51+
"Documentation": "https://github.com/CastXML/CastXML/blob/master/doc/manual/castxml.1.rst#castxml1",
52+
"Source Code": "https://github.com/CastXML/CastXML-python-distributions"
53+
},
4954

50-
description=r'arse C-family source files and optionally write a subset of '
55+
description=r'Parse C-family source files and optionally write a subset of '
5156
r'the Abstract Syntax Tree (AST) to a representation in XML.',
5257

5358
long_description=readme,

0 commit comments

Comments
 (0)