diff options
Diffstat (limited to 'misc/py-napari/files/patch-pyproject.toml')
| -rw-r--r-- | misc/py-napari/files/patch-pyproject.toml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/misc/py-napari/files/patch-pyproject.toml b/misc/py-napari/files/patch-pyproject.toml new file mode 100644 index 000000000000..9b256bc26efe --- /dev/null +++ b/misc/py-napari/files/patch-pyproject.toml @@ -0,0 +1,21 @@ +--- pyproject.toml.orig 2025-10-16 09:24:27 UTC ++++ pyproject.toml +@@ -1,6 +1,6 @@ requires = [ + [build-system] + requires = [ +- "setuptools >= 77.0.1", ++ "setuptools", + "setuptools_scm[toml]>=8" + ] + build-backend = "setuptools.build_meta" +@@ -35,10 +35,6 @@ requires-python = ">=3.10" + "Operating System :: MacOS", + ] + requires-python = ">=3.10" +-license = "BSD-3-Clause" +-license-files = [ +- "LICENSE", +-] + dependencies = [ + "appdirs>=1.4.4", + "app-model>=0.4.0,<0.5.0", |
