File: python_local_license.patch

package info (click to toggle)
fenics-dolfinx 1%3A0.10.0.post4-1exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 6,028 kB
  • sloc: cpp: 36,535; python: 25,391; makefile: 226; sh: 171; xml: 55
file content (22 lines) | stat: -rw-r--r-- 810 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Index: fenics-dolfinx/python/pyproject.toml
===================================================================
--- fenics-dolfinx.orig/python/pyproject.toml	2025-11-12 15:31:35.457983173 +0100
+++ fenics-dolfinx/python/pyproject.toml	2025-11-12 15:31:51.605465148 +0100
@@ -14,7 +14,7 @@
 description = "DOLFINx Python interface"
 readme = "../README.md"
 requires-python = ">=3.10.0"
-license = { file = "../COPYING.LESSER" }
+license = { file = "COPYING.LESSER" }
 authors = [
       { email = "fenics-steering-council@googlegroups.com" },
       { name = "FEniCS Steering Council" },
@@ -61,7 +61,7 @@
 wheel.packages = ["dolfinx"]
 sdist.exclude = ["*.cpp"]
 cmake.build-type = "Release"
-wheel.license-files = ["../COPYING*"]
+wheel.license-files = ["COPYING*"]
 
 [tool.pytest]
 junit_family = "xunit2"