We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b06fb08 commit 527e3ebCopy full SHA for 527e3eb
setup.py
@@ -16,6 +16,10 @@
16
author_email="78230210+Electronic-Mango@users.noreply.github.com",
17
url="https://github.com/Electronic-Mango/reddit-python-api",
18
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
+ },
23
keywords=["reddit", "api"],
24
install_requires=["httpx"],
25
classifiers=[
0 commit comments