Skip to content

Commit 1c91996

Browse files
authored
Create pyproject.toml
1 parent 3026db8 commit 1c91996

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pyproject.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[build-system]
2+
requires = [
3+
"setuptools>=42",
4+
"wheel"
5+
]
6+
build-backend = "setuptools.build_meta"
7+
8+
[tool.black]
9+
line-length = 88
10+
target-version = ['py38']
11+
include = '\.pyi?$'

0 commit comments

Comments
 (0)