summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorFederico Caselli <cfederico87@gmail.com>2021-10-26 21:09:34 +0200
committerFederico Caselli <cfederico87@gmail.com>2021-10-26 21:09:34 +0200
commit29ea35d0f4c415a8a390a28fa41c5fc3bc64df0a (patch)
tree3e7cf7766161a9e1f90ed7829df3ddaa52d16784 /pyproject.toml
parentfc26ce79c7538907dbf199689db8e6762944ad24 (diff)
downloadpython-mimeparse-29ea35d0f4c415a8a390a28fa41c5fc3bc64df0a.tar.gz
Use pep517 to build
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000..c4ef621
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,6 @@
+[build-system]
+ build-backend = "setuptools.build_meta"
+ requires = [
+ "setuptools>=47",
+ "wheel>=0.34",
+ ]