Skip to content

Commit 115d1ed

Browse files
authored
Merge pull request #129 from maxmind/greg/project-urls
Include links to docs and issue tracker
2 parents a5bd387 + c3b16fa commit 115d1ed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@
4646
"Topic :: Internet",
4747
],
4848
project_urls={
49-
"Source": "https://github.com/maxmind/GeoIP2-python",
49+
"Documentation": "https://geoip2.readthedocs.org/",
50+
"Source Code": "https://github.com/maxmind/GeoIP2-python",
51+
"Issue Tracker": "https://github.com/maxmind/GeoIP2-python/issues",
5052
},
5153
)

0 commit comments

Comments
 (0)