11 lines
211 B
TOML
11 lines
211 B
TOML
[project]
|
|
name = "blender-id"
|
|
version = "1.0"
|
|
requires-python = "== 3.10.*"
|
|
|
|
[tool.black]
|
|
line-length = 100
|
|
target_version = ['py310']
|
|
skip_string_normalization = true
|
|
exclude = 'migrations/|blenderid/settings'
|