Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/rpm-software-management/createrepo_c.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Alley <dalley@redhat.com>2020-12-23 07:42:16 +0300
committerLukáš Hrázký <lukkash@email.cz>2021-02-01 12:43:45 +0300
commitf25e8f4d306b9d42956fd81c94a4009ea73625b8 (patch)
treed6aec4525c62a3dabcfaf16af5cf06821dda144e /pyproject.toml
parent4ddc89a5372419f2ba649e085f94ec010e839a5a (diff)
Drop Python 2 support
closes #195
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index f130777..d25e02f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,2 +1,7 @@
[build-system]
-requires = ["setuptools", "wheel", "scikit-build"]
+requires = [
+ "setuptools >= 40.8.0",
+ "wheel >= 0.29.0",
+ "scikit-build"
+]
+build-backend = 'setuptools.build_meta'