Skip to content

Commit 5125976

Browse files
committed
Define build system requirements
1 parent 7269319 commit 5125976

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
[build-system]
2+
requires = ["setuptools", "wheel", "pypandoc"]
3+
build-backend = "setuptools.build_meta"
4+
15
[tool.black]
26
line-length = 110
37
target_version = ['py36', 'py37']

0 commit comments

Comments
 (0)