summaryrefslogtreecommitdiff
path: root/editors/novelwriter/files/patch-pyproject.toml
blob: 7a94437c17c058e3c303853bd810610d24fd9531 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- pyproject.toml.orig	2025-06-24 14:43:34 UTC
+++ pyproject.toml
@@ -1,15 +1,15 @@
 [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"},
 ]
 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"
 classifiers = [
     "Programming Language :: Python :: 3 :: Only",
     "Programming Language :: Python :: 3.10",