Skip to content

Commit 850f149

Browse files
committed
Add pyproject.toml
1 parent 4d8c72a commit 850f149

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pyproject.toml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[project]
2+
requires-python = ">=3.6"
3+
4+
[build-system]
5+
requires = ["setuptools>=42", "wheel"]
6+
build-backend = "setuptools.build_meta"
7+
8+
[tool.black]
9+
line-length = 79
10+
target-version = ["py36"]

0 commit comments

Comments
 (0)