chore: add build environment

This commit is contained in:
Rodweil, Theodor 2023-08-07 02:23:41 +02:00
parent 93fdf8c789
commit d6112ccb2c
No known key found for this signature in database
GPG key ID: F8BC1B0EB1F9CCF5
3 changed files with 54 additions and 17 deletions

16
pyproject.toml Normal file
View file

@ -0,0 +1,16 @@
[build-system]
requires = [
"setuptools",
"wheel",
"setuptools-scm[toml]"
]
build-backend = "setuptools.build_meta"
[tool.autopep8]
max_line_length = 80
aggressive = 3
recursive = true
in-place = true
[tool.setuptools_scm]