We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d8c72a commit 850f149Copy full SHA for 850f149
pyproject.toml
@@ -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