feat: init
This commit is contained in:
commit
a6e0b0a803
29 changed files with 911 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 = "casexporter"
|
||||
version = "1.0.0"
|
||||
authors = [{name = "Maurice Debray", email = "sinavir@sinavir.fr"}]
|
||||
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",
|
||||
]
|
||||
|
||||
|
||||
[tool.djlint]
|
||||
blank_line_after_tag = "load,extends"
|
||||
format_js = true
|
||||
indent = 2
|
||||
max_blank_lines = 1
|
||||
profile = "django"
|
||||
|
||||
[tool.djlint.js]
|
||||
indent_size = 4
|
||||
|
||||
[tool.isort]
|
||||
profile = "black"
|
||||
Loading…
Add table
Add a link
Reference in a new issue