aboutsummaryrefslogtreecommitdiffstats
path: root/editors/novelwriter/files/patch-pyproject.toml
diff options
context:
space:
mode:
authorLexi Winter <ivy@FreeBSD.org>2025-10-05 09:19:31 +0100
committerLexi Winter <ivy@FreeBSD.org>2025-10-05 09:19:31 +0100
commitf85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (patch)
treead799ccacfb459b809b02b9c115ed4befb93b4c1 /editors/novelwriter/files/patch-pyproject.toml
parent0b1510fe1f98f82da6f3481cb6c58957022d9211 (diff)
parentb057c68280a2f2a7b3d1fbac36f7b034e1fdf593 (diff)
Merge remote-tracking branch 'freebsd/main' into lf/main
Diffstat (limited to 'editors/novelwriter/files/patch-pyproject.toml')
-rw-r--r--editors/novelwriter/files/patch-pyproject.toml16
1 files changed, 8 insertions, 8 deletions
diff --git a/editors/novelwriter/files/patch-pyproject.toml b/editors/novelwriter/files/patch-pyproject.toml
index 7a94437c17c0..40207cab0d45 100644
--- a/editors/novelwriter/files/patch-pyproject.toml
+++ b/editors/novelwriter/files/patch-pyproject.toml
@@ -1,21 +1,21 @@
---- pyproject.toml.orig 2025-06-24 14:43:34 UTC
+--- pyproject.toml.orig 2025-07-15 15:15:10 UTC
+++ pyproject.toml
-@@ -1,15 +1,15 @@
+@@ -1,5 +1,5 @@
[build-system]
-requires = ["setuptools >= 77.0.3"]
+requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[project]
--name = "novelWriter"
-+name = "novelwriter"
- authors = [
- {name = "Veronica Berglyd Olsen", email = "code@vkbo.net"},
+@@ -9,11 +9,6 @@ readme = {file = "setup/description_pypi.md", content-
]
description = "A plain text editor for planning and writing novels"
readme = {file = "setup/description_pypi.md", content-type = "text/markdown"}
--license = "GPL-3.0"
-+#license = "GPL-3.0"
+-license = "GPL-3.0-or-later AND Apache-2.0 AND CC-BY-4.0"
+-license-files = [
+- "LICENSE.md",
+- "setup/LICENSE-Apache-2.0.txt",
+-]
classifiers = [
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.10",