@@ -12,7 +12,7 @@ keywords = [
12
12
" allianceauth" ,
13
13
" eveonline" ,
14
14
]
15
- license = {file = " LICENSE" }
15
+ license = { file = " LICENSE" }
16
16
authors = [
17
17
{
name =
" Peter Pfeufer" ,
email =
" [email protected] " },
18
18
]
@@ -38,22 +38,20 @@ dynamic = [
38
38
" version" ,
39
39
]
40
40
dependencies = [
41
- " allianceauth<5.0.0 ,>=4" ,
41
+ " allianceauth<5,>=4" ,
42
42
" allianceauth-app-utils>=1.19.1" ,
43
43
" django-eveuniverse>=1.3" ,
44
44
]
45
- [project .optional-dependencies ]
46
- tests-allianceauth-latest = [
45
+ optional-dependencies.tests-allianceauth-latest = [
47
46
" coverage" ,
48
47
" django-webtest" ,
49
48
]
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"
57
55
58
56
[tool .hatch .build ]
59
57
include = [
0 commit comments