aboutsummaryrefslogtreecommitdiff
path: root/devel/py-uv-build/files/patch-pyproject.toml
blob: 9f1bc73e3c2256e2708eef7237e54bfa00e5effa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
--- pyproject.toml.orig	1970-01-01 00:00:00 UTC
+++ pyproject.toml
@@ -7,7 +7,6 @@ keywords = [
 keywords = [
   "uv", "requirements", "packaging"
 ]
-license = "MIT OR Apache-2.0"
 classifiers = [
   "Development Status :: 5 - Production/Stable",
   "Environment :: Console",
@@ -37,19 +36,12 @@ Discord = "https://discord.gg/astral-sh"
 Discord = "https://discord.gg/astral-sh"
 
 [build-system]
-requires = ["maturin>=1.0,<2.0"]
-build-backend = "maturin"
+requires = ["setuptools>=61.0", "wheel"]
+build-backend = "setuptools.build_meta"
 
-[tool.maturin]
-bindings = "bin"
-module-name = "uv_build"
-python-source = "python"
-strip = true
-include = [
-  { path = "LICENSE-APACHE", format = "sdist" },
-  { path = "LICENSE-MIT", format = "sdist" },
-]
-manifest-path = "crates/uv-build/Cargo.toml"
+[tool.setuptools]
+packages = ["uv_build"]
+package-dir = {"" = "python"}
 
 [tool.uv]
 managed = false