Skip to content

Commit dd40fc6

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1d7afa0 commit dd40fc6

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

pyproject.toml

+9-11
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords = [
1212
"allianceauth",
1313
"eveonline",
1414
]
15-
license = {file = "LICENSE"}
15+
license = { file = "LICENSE" }
1616
authors = [
1717
{ name = "Peter Pfeufer", email = "[email protected]" },
1818
]
@@ -38,22 +38,20 @@ dynamic = [
3838
"version",
3939
]
4040
dependencies = [
41-
"allianceauth<5.0.0,>=4",
41+
"allianceauth<5,>=4",
4242
"allianceauth-app-utils>=1.19.1",
4343
"django-eveuniverse>=1.3",
4444
]
45-
[project.optional-dependencies]
46-
tests-allianceauth-latest = [
45+
optional-dependencies.tests-allianceauth-latest = [
4746
"coverage",
4847
"django-webtest",
4948
]
50-
[project.urls]
51-
Changelog = "https://github.com/ppfeufer/aa-intel-tool/blob/master/CHANGELOG.md"
52-
Documentation = "https://github.com/ppfeufer/aa-intel-tool/blob/master/README.md"
53-
Donations = "https://ko-fi.com/ppfeufer"
54-
Homepage = "https://github.com/ppfeufer/aa-intel-tool"
55-
Source = "https://github.com/ppfeufer/aa-intel-tool.git"
56-
Tracker = "https://github.com/ppfeufer/aa-intel-tool/issues"
49+
urls.Changelog = "https://github.com/ppfeufer/aa-intel-tool/blob/master/CHANGELOG.md"
50+
urls.Documentation = "https://github.com/ppfeufer/aa-intel-tool/blob/master/README.md"
51+
urls.Donations = "https://ko-fi.com/ppfeufer"
52+
urls.Homepage = "https://github.com/ppfeufer/aa-intel-tool"
53+
urls.Source = "https://github.com/ppfeufer/aa-intel-tool.git"
54+
urls.Tracker = "https://github.com/ppfeufer/aa-intel-tool/issues"
5755

5856
[tool.hatch.build]
5957
include = [

0 commit comments

Comments
 (0)