File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,17 @@ requires = [
4949]
5050build-backend = " setuptools.build_meta"
5151
52+ [project .urls ]
53+ Homepage = " https://www.maxmind.com/"
54+ Documentation = " https://geoip2.readthedocs.org/"
55+ "Source Code" = " https://github.com/maxmind/GeoIP2-python"
56+ "Issue Tracker" = " https://github.com/maxmind/GeoIP2-python/issues"
57+
58+ [tool .black ]
59+ # src is showing up in our GitHub linting builds. It seems to
60+ # contain deps.
61+ extend-exclude = ' ^/src/'
62+
5263[tool .ruff .lint ]
5364select = [" ALL" ]
5465ignore = [
@@ -78,14 +89,3 @@ ignore = [
7889
7990[tool .setuptools .package-data ]
8091geoip2 = [" py.typed" ]
81-
82- [project .urls ]
83- Homepage = " https://www.maxmind.com/"
84- Documentation = " https://geoip2.readthedocs.org/"
85- "Source Code" = " https://github.com/maxmind/GeoIP2-python"
86- "Issue Tracker" = " https://github.com/maxmind/GeoIP2-python/issues"
87-
88- [tool .black ]
89- # src is showing up in our GitHub linting builds. It seems to
90- # contain deps.
91- extend-exclude = ' ^/src/'
You can’t perform that action at this time.
0 commit comments