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"
|