mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 12:30:15 +02:00
apply precommit here
This commit is contained in:
parent
471e7e29ae
commit
49067de325
@ -1,7 +1,7 @@
|
|||||||
[build-system]
|
[build-system]
|
||||||
build-backend = "flit_core.buildapi"
|
build-backend = "flit_core.buildapi"
|
||||||
requires = [
|
requires = [
|
||||||
"flit_core<4,>=3.2",
|
"flit-core<4,>=3.2",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
@ -11,7 +11,7 @@ keywords = [
|
|||||||
"allianceauth",
|
"allianceauth",
|
||||||
"eveonline",
|
"eveonline",
|
||||||
]
|
]
|
||||||
license = {file = "LICENSE"}
|
license = { file = "LICENSE" }
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "Alliance Auth", email = "adarnof@gmail.com" },
|
{ name = "Alliance Auth", email = "adarnof@gmail.com" },
|
||||||
]
|
]
|
||||||
@ -63,27 +63,24 @@ dependencies = [
|
|||||||
"semantic-version",
|
"semantic-version",
|
||||||
"slixmpp",
|
"slixmpp",
|
||||||
]
|
]
|
||||||
[project.optional-dependencies]
|
optional-dependencies.docs = [
|
||||||
docs = [
|
|
||||||
"myst-parser",
|
"myst-parser",
|
||||||
"sphinx",
|
"sphinx",
|
||||||
"sphinx-copybutton",
|
"sphinx-copybutton",
|
||||||
|
"sphinx-rtd-theme<3,>=2",
|
||||||
"sphinx-tabs",
|
"sphinx-tabs",
|
||||||
"sphinx_rtd_theme<3.0.0,>=2",
|
|
||||||
"sphinxcontrib-django",
|
"sphinxcontrib-django",
|
||||||
]
|
]
|
||||||
test = [
|
optional-dependencies.test = [
|
||||||
"coverage>=4.3.1",
|
"coverage>=4.3.1",
|
||||||
"django-webtest",
|
"django-webtest",
|
||||||
"requests-mock>=1.2",
|
"requests-mock>=1.2",
|
||||||
]
|
]
|
||||||
[project.urls]
|
urls.Documentation = "https://allianceauth.readthedocs.io/"
|
||||||
Documentation = "https://allianceauth.readthedocs.io/"
|
urls.Homepage = "https://gitlab.com/allianceauth/allianceauth"
|
||||||
Homepage = "https://gitlab.com/allianceauth/allianceauth"
|
urls.Source = "https://gitlab.com/allianceauth/allianceauth"
|
||||||
Source = "https://gitlab.com/allianceauth/allianceauth"
|
urls.Tracker = "https://gitlab.com/allianceauth/allianceauth/-/issues"
|
||||||
Tracker = "https://gitlab.com/allianceauth/allianceauth/-/issues"
|
scripts.allianceauth = "allianceauth.bin.allianceauth:main"
|
||||||
[project.scripts]
|
|
||||||
allianceauth = "allianceauth.bin.allianceauth:main"
|
|
||||||
|
|
||||||
[tool.flit.module]
|
[tool.flit.module]
|
||||||
name = "allianceauth"
|
name = "allianceauth"
|
||||||
@ -97,8 +94,12 @@ sections = [
|
|||||||
"DJANGO",
|
"DJANGO",
|
||||||
"ESI",
|
"ESI",
|
||||||
"FIRSTPARTY",
|
"FIRSTPARTY",
|
||||||
"LOCALFOLDER"
|
"LOCALFOLDER",
|
||||||
|
]
|
||||||
|
known_esi = [
|
||||||
|
"esi",
|
||||||
|
]
|
||||||
|
known_django = [
|
||||||
|
"django",
|
||||||
]
|
]
|
||||||
known_esi = ["esi"]
|
|
||||||
known_django = ["django"]
|
|
||||||
skip_gitignore = true
|
skip_gitignore = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user