summaryrefslogtreecommitdiff
path: root/devel/py-mmh3/files/patch-pyproject.toml
blob: 2cb7a89da955139f580e782793ae45deb1925ad7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- pyproject.toml.orig	2024-09-22 16:34:49 UTC
+++ pyproject.toml
@@ -1,6 +1,6 @@
 [build-system]
 # setuptools >= 74.1.0 required to build C extensions via pyproject.toml
-requires = ["setuptools >= 74.1.0", "wheel"]
+requires = ["setuptools >= 61.0.0", "wheel"]
 build-backend = "setuptools.build_meta"
 
 [project]
@@ -71,9 +71,6 @@ include-package-data = true
 
 [tool.setuptools]
 include-package-data = true
-ext-modules = [
-  {name = "mmh3", sources = ["./src/mmh3/mmh3module.c", "./src/mmh3/murmurhash3.c"]}
-]
 
 [tool.setuptools.package-data]
 mmh3 = ["*.h"]