aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml9
1 files changed, 0 insertions, 9 deletions
diff --git a/pyproject.toml b/pyproject.toml
deleted file mode 100644
index 0aa2e1c8..00000000
--- a/pyproject.toml
+++ /dev/null
@@ -1,9 +0,0 @@
-[build-system]
-# for Setuptools, its own requirements are build requirements,
-# so keep this in sync with install_requires in setup.py.
-requires = [
- "wheel",
- "packaging>=16.8",
- "six>=1.10.0",
- "appdirs>=1.4.0",
-]