We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04d3fed commit 98c0bcaCopy full SHA for 98c0bca
1 file changed
python-wrapper/pyproject.toml
@@ -1,5 +1,5 @@
1
[build-system]
2
-requires = ["setuptools>=61.0.0", "wheel"]
+requires = ["setuptools>=77.0.3", "wheel"]
3
build-backend = "setuptools.build_meta"
4
5
[project]
@@ -8,12 +8,12 @@ version = "0.5.1"
8
description = "A simple graph visualization tool"
9
readme = "README.md"
10
authors = [{ name = "Neo4j", email = "team-gds@neo4j.org" }]
11
-license = { file = "LICENSE" }
+license = "GPL-3.0-only"
12
+license-files = [ "LICENSE" ]
13
classifiers = [
14
"Development Status :: 3 - Alpha",
15
"Intended Audience :: Developers",
16
"Intended Audience :: Science/Research",
- "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
17
"Operating System :: OS Independent",
18
"Programming Language :: Python",
19
"Programming Language :: Python :: 3",
0 commit comments