diff options
| author | Federico Caselli <cfederico87@gmail.com> | 2021-10-26 21:09:34 +0200 |
|---|---|---|
| committer | Federico Caselli <cfederico87@gmail.com> | 2021-10-26 21:09:34 +0200 |
| commit | 29ea35d0f4c415a8a390a28fa41c5fc3bc64df0a (patch) | |
| tree | 3e7cf7766161a9e1f90ed7829df3ddaa52d16784 /pyproject.toml | |
| parent | fc26ce79c7538907dbf199689db8e6762944ad24 (diff) | |
| download | python-mimeparse-29ea35d0f4c415a8a390a28fa41c5fc3bc64df0a.tar.gz | |
Use pep517 to build
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 6 |
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", + ] |
