Skip to content

Commit b5be922

Browse files
committed
Reorder config sections
1 parent bb299be commit b5be922

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

pyproject.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,17 @@ requires = [
4949
]
5050
build-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]
5364
select = ["ALL"]
5465
ignore = [
@@ -78,14 +89,3 @@ ignore = [
7889

7990
[tool.setuptools.package-data]
8091
geoip2 = ["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/'

0 commit comments

Comments
 (0)