We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 469c706 commit 49357afCopy full SHA for 49357af
1 file changed
setup.py
@@ -17,6 +17,10 @@
17
author_email="78230210+Electronic-Mango@users.noreply.github.com",
18
url="https://github.com/Electronic-Mango/simple-justwatch-python-api",
19
download_url="https://github.com/Electronic-Mango/simple-justwatch-python-api/releases/",
20
+ project_urls={
21
+ 'Documentation': 'https://electronic-mango.github.io/simple-justwatch-python-api',
22
+ 'Source': 'https://github.com/Electronic-Mango/simple-justwatch-python-api',
23
+ },
24
keywords=["justwatch", "api", "graphql"],
25
install_requires=["httpx"],
26
classifiers=[
0 commit comments