File: python_local_LICENSE.patch

package info (click to toggle)
fenics-basix 0.10.0.post0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,156 kB
  • sloc: cpp: 23,435; python: 10,829; makefile: 43; sh: 26
file content (19 lines) | stat: -rw-r--r-- 700 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Index: fenics-basix/python/pyproject.toml
===================================================================
--- fenics-basix.orig/python/pyproject.toml	2025-11-11 23:48:46.804247861 +0100
+++ fenics-basix/python/pyproject.toml	2025-11-11 23:49:12.790382034 +0100
@@ -8,7 +8,7 @@
 description = "Basix Python interface"
 readme = "../README.md"
 requires-python = ">=3.10"
-license = { file = "../LICENSE" }
+license = { file = "LICENSE" }
 authors = [
     { email = "fenics-steering-council@googlegroups.com" },
     { name = "FEniCS Steering Council" },
@@ -32,4 +32,4 @@
 
 [tool.scikit-build]
 wheel.packages = ["basix"]
-wheel.license-files = ["../LICENSE"]
+wheel.license-files = ["LICENSE"]