File: vectors-build-backend-flit_core_patch.patch

package info (click to toggle)
python-cryptography-vectors 46.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 79,968 kB
  • sloc: sh: 52; python: 13; makefile: 3
file content (20 lines) | stat: -rw-r--r-- 568 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [build-system]
-requires = ["uv_build>=0.7.19,<0.9.0"]
-build-backend = "uv_build"
+requires = ["flit_core >=3.2,<4"]
+build-backend = "flit_core.buildapi"
 
 [project]
 name = "cryptography_vectors"
@@ -15,6 +15,5 @@ license = {text = "Apache-2.0 OR BSD-3-C
 [project.urls]
 homepage = "https://github.com/pyca/cryptography"
 
-[tool.uv.build-backend]
-module-root = ""
-source-include = ["LICENSE", "LICENSE.APACHE", "LICENSE.BSD"]
+[tool.flit.sdist]
+include = ["LICENSE", "LICENSE.APACHE", "LICENSE.BSD"]