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.
2 parents 6530d19 + 97a7a04 commit 1acb208Copy full SHA for 1acb208
setup.py
@@ -114,6 +114,11 @@ def run_setup(with_cext):
114
packages=find_packages("."),
115
package_data={"": ["LICENSE"], "maxminddb": ["extension.pyi", "py.typed"]},
116
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
+ },
122
python_requires=">=3.6",
123
include_package_data=True,
124
install_requires=requirements,
0 commit comments