mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-04-21 13:37:48 +00:00
18 lines
297 B
TOML
18 lines
297 B
TOML
[project]
|
|
name = "BunkerWeb"
|
|
description = "Make your web services secure by default !"
|
|
version = "1.5.2"
|
|
authors = [
|
|
{ name = "Bunkerity", email = "contact@bunkerity.com" }
|
|
]
|
|
|
|
[tool.black]
|
|
py39 = true
|
|
exclude = '''
|
|
/(
|
|
| \.git
|
|
| src/deps/src
|
|
| src/common/core/modsecurity
|
|
| env
|
|
)/
|
|
'''
|