Skip to content

Commit 1acb208

Browse files
authored
Merge pull request #98 from maxmind/greg/project-urls
Include links to docs and repo
2 parents 6530d19 + 97a7a04 commit 1acb208

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,11 @@ def run_setup(with_cext):
114114
packages=find_packages("."),
115115
package_data={"": ["LICENSE"], "maxminddb": ["extension.pyi", "py.typed"]},
116116
package_dir={"maxminddb": "maxminddb"},
117+
project_urls={
118+
"Documentation": "https://maxminddb.readthedocs.org/",
119+
"Source Code": "https://github.com/maxmind/MaxMind-DB-Reader-python",
120+
"Issue Tracker": "https://github.com/maxmind/MaxMind-DB-Reader-python/issues",
121+
},
117122
python_requires=">=3.6",
118123
include_package_data=True,
119124
install_requires=requirements,

0 commit comments

Comments
 (0)