Skip to content

Commit 527e3eb

Browse files
Add documentation and sources URLs to setup.py
1 parent b06fb08 commit 527e3eb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
author_email="78230210+Electronic-Mango@users.noreply.github.com",
1717
url="https://github.com/Electronic-Mango/reddit-python-api",
1818
download_url="https://github.com/Electronic-Mango/reddit-python-api/releases/",
19+
project_urls={
20+
'Documentation': 'https://electronic-mango.github.io/reddit-python-api',
21+
'Source': 'https://github.com/Electronic-Mango/reddit-python-api',
22+
},
1923
keywords=["reddit", "api"],
2024
install_requires=["httpx"],
2125
classifiers=[

0 commit comments

Comments
 (0)