Skip to content

Commit ab8a1aa

Browse files
committed
added documentation urls, etc for pypi
1 parent fc0e111 commit ab8a1aa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ def main():
2424
author='Martin J. Levy',
2525
author_email='[email protected]',
2626
url='https://github.com/cloudflare/python-cloudflare',
27+
project_urls={
28+
"Documentation": "https://python-cloudflare.readthedocs.io/",
29+
"API Documentaton": "https://developers.cloudflare.com/api/",
30+
"Source Code": "https://github.com/cloudflare/python-cloudflare",
31+
},
2732
license='MIT',
2833
options={"bdist_wheel": {"universal": True}},
2934
packages=['CloudFlare', 'CloudFlare/tests', 'cli4', 'examples'],

0 commit comments

Comments
 (0)