Repository URL to install this package:
|
Version:
0.1.dev24+gd83df57 ▾
|
kiara_plugin.anom_processing
/
pyproject.toml
|
|---|
[build-system]
requires = [
"setuptools",
"setuptools_scm",
"wheel",
]
build-backend = 'setuptools.build_meta'
[tool.black]
include = '\.pyi?$'
exclude = '''
/(
\.git
| \.hg
| \.mypy_cache
| \.tox
| \.venv
| _build
| buck-out
| build
| dist
| external
)/
'''
[tool.dephell.main]
from = {format = "setuppy", path = "setup.py"}