2020-12-23 16:31:42 -05:00
|
|
|
[build-system]
|
|
|
|
|
requires = [
|
|
|
|
|
"setuptools>=42",
|
|
|
|
|
"wheel"
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
build-backend = "setuptools.build_meta"
|
2021-02-02 16:30:50 -05:00
|
|
|
|
|
|
|
|
[tool.black]
|
2021-03-26 10:40:19 -04:00
|
|
|
line-length = 100
|
|
|
|
|
target-version = ['py36', 'py37', 'py38', 'py39']
|