@@ -48,11 +48,18 @@ def parse_requirements(filename):
48
48
]
49
49
},
50
50
51
- url = r'http://cmake.org/' ,
52
- download_url = r'https://cmake.org/download' ,
51
+ url = 'https://cmake.org/' ,
52
+ download_url = 'https://cmake.org/download' ,
53
+ project_urls = {
54
+ "Documentation" : "https://cmake-python-distributions.readthedocs.io/" ,
55
+ "Source Code" : "https://github.com/scikit-build/cmake-python-distributions" ,
56
+ "Mailing list" : "https://groups.google.com/forum/#!forum/scikit-build" ,
57
+ "Bug Tracker" : "https://github.com/scikit-build/cmake-python-distributions/issues" ,
58
+ },
59
+
53
60
54
- description = r 'CMake is an open-source, cross-platform family of '
55
- r 'tools designed to build, test and package software' ,
61
+ description = 'CMake is an open-source, cross-platform family of '
62
+ 'tools designed to build, test and package software' ,
56
63
57
64
long_description = readme + '\n \n ' + history ,
58
65
@@ -76,4 +83,5 @@ def parse_requirements(filename):
76
83
install_requires = requirements ,
77
84
tests_require = dev_requirements ,
78
85
setup_requires = setup_requires
86
+
79
87
)
0 commit comments