aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-08-24 20:24:25 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-08-24 20:58:55 +0300
commit5c1aa542b04e983200ed4805c513bbcfe7e3628c (patch)
tree3fd0a77615b25ab8e9a0543359a8f5aed66cf161 /pyproject.toml
parentremove mk_cpy_loadable_testcase (diff)
downloadsnakeoil-5c1aa542b04e983200ed4805c513bbcfe7e3628c.tar.gz
snakeoil-5c1aa542b04e983200ed4805c513bbcfe7e3628c.tar.bz2
snakeoil-5c1aa542b04e983200ed4805c513bbcfe7e3628c.zip
build: simplify after cython removal
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 0de0785..34cb6b5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
-requires = ["cython", "setuptools", "wheel"]
+requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[tool.pytest.ini_options]