init
This commit is contained in:
parent
b96d554b05
commit
9e39217423
35 changed files with 1465 additions and 0 deletions
15
pyproject.toml
Executable file
15
pyproject.toml
Executable file
|
|
@ -0,0 +1,15 @@
|
|||
[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]
|
||||
Loading…
Add table
Add a link
Reference in a new issue