Skip to content

Commit 98c0bca

Browse files
committed
Update license declarations
Per https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license Requires increasing minimum setuptools version
1 parent 04d3fed commit 98c0bca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python-wrapper/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=61.0.0", "wheel"]
2+
requires = ["setuptools>=77.0.3", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
@@ -8,12 +8,12 @@ version = "0.5.1"
88
description = "A simple graph visualization tool"
99
readme = "README.md"
1010
authors = [{ name = "Neo4j", email = "team-gds@neo4j.org" }]
11-
license = { file = "LICENSE" }
11+
license = "GPL-3.0-only"
12+
license-files = [ "LICENSE" ]
1213
classifiers = [
1314
"Development Status :: 3 - Alpha",
1415
"Intended Audience :: Developers",
1516
"Intended Audience :: Science/Research",
16-
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
1717
"Operating System :: OS Independent",
1818
"Programming Language :: Python",
1919
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)