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