Skip to content

Commit 49357af

Browse files
Add documentation and sources URLs to setup.py
1 parent 469c706 commit 49357af

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
author_email="78230210+Electronic-Mango@users.noreply.github.com",
1818
url="https://github.com/Electronic-Mango/simple-justwatch-python-api",
1919
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+
},
2024
keywords=["justwatch", "api", "graphql"],
2125
install_requires=["httpx"],
2226
classifiers=[

0 commit comments

Comments
 (0)