We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51fd30d commit dec4a53Copy full SHA for dec4a53
pyproject.toml
@@ -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