aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
author清靈語 <i@qingly.me>2022-11-16 01:39:13 +0800
committerGitHub <noreply@github.com>2022-11-15 18:39:13 +0100
commit388d0d53fb29271492537015beeed91b74076411 (patch)
treef542251c3af9214a9946cdf65a2258f36a174eb4 /pyproject.toml
parent6d03dfbedda1615c4cba1211f8d81735575209c8 (diff)
downloadbrotli-388d0d53fb29271492537015beeed91b74076411.zip
brotli-388d0d53fb29271492537015beeed91b74076411.tar.gz
brotli-388d0d53fb29271492537015beeed91b74076411.tar.bz2
add pyproject.toml (#987)
* add pyproject.toml pypa/pip#8559 https://pip.pypa.io/en/stable/reference/build-system/pyproject-toml/#fallback-behaviour * modify requirements https://github.com/google/brotli/pull/987#issuecomment-1315486841
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000..fed528d
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,3 @@
+[build-system]
+requires = ["setuptools"]
+build-backend = "setuptools.build_meta"