File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -45,9 +45,14 @@ def parse_requirements(filename):
45
45
},
46
46
47
47
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
+ },
49
54
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 '
51
56
r'the Abstract Syntax Tree (AST) to a representation in XML.' ,
52
57
53
58
long_description = readme ,
You can’t perform that action at this time.
0 commit comments