Skip to content

Commit dec4a53

Browse files
committed
Enable PEP517 via pyproject.toml
1 parent 51fd30d commit dec4a53

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+
# Essentials
4+
"setuptools>=34.4",
5+
"wheel",
6+
7+
# Plugins
8+
"setuptools_scm>=1.15",
9+
"setuptools_scm_git_archive>=1.0",
10+
]
11+
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)