Skip to content

Commit afad15e

Browse files
committed
docs: add project URLs
1 parent ca5ee1c commit afad15e

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

setup.py

+12-4
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,18 @@ def parse_requirements(filename):
4848
]
4949
},
5050

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+
5360

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',
5663

5764
long_description=readme + '\n\n' + history,
5865

@@ -76,4 +83,5 @@ def parse_requirements(filename):
7683
install_requires=requirements,
7784
tests_require=dev_requirements,
7885
setup_requires=setup_requires
86+
7987
)

0 commit comments

Comments
 (0)