chore: Add pyproject.toml
This commit is contained in:
parent
ac6bac56b7
commit
606b23bf13
1 changed files with 30 additions and 0 deletions
30
pyproject.toml
Normal file
30
pyproject.toml
Normal file
|
@ -0,0 +1,30 @@
|
|||
[build-system]
|
||||
requires = ["setuptools"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "dgnum.si"
|
||||
version = "0.1.0"
|
||||
authors = [{name = "Tom Hubrecht", email = "tom.hubrecht@dgnum.eu"}]
|
||||
description = ""
|
||||
license = {file = "LICENSE"}
|
||||
readme = "README.md"
|
||||
classifiers = [
|
||||
"Development Status :: 4 - Beta",
|
||||
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
|
||||
"Programming Language :: Python :: 3",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://git.dgnum.eu/DGNum/dgsi"
|
||||
Repository = "https://git.dgnum.eu/DGNum/dgsi"
|
||||
|
||||
[tool.djlint]
|
||||
blank_line_after_tag = "load,extends,include"
|
||||
format_js = true
|
||||
indent = 2
|
||||
max_blank_lines = 1
|
||||
profile = "django"
|
||||
|
||||
[tool.djlint.js]
|
||||
indent_size = 4
|
Loading…
Reference in a new issue