11[build-system ]
2- requires = [" setuptools>=61 .0.0 " , " wheel" ]
2+ requires = [" setuptools>=77 .0.3 " , " wheel" ]
33build-backend = " setuptools.build_meta"
44
55[project ]
@@ -8,17 +8,16 @@ version = "0.5.1"
88description = " A simple graph visualization tool"
99readme = " README.md"
1010authors = [{ name = " Neo4j" , email = " team-gds@neo4j.org" }]
11- license = { file = " LICENSE" }
11+ license = " GPL-3.0-only"
12+ license-files = [ " LICENSE" ]
1213classifiers = [
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" ,
2020 " Programming Language :: Python :: 3 :: Only" ,
21- " Programming Language :: Python :: 3.9" ,
2221 " Programming Language :: Python :: 3.10" ,
2322 " Programming Language :: Python :: 3.11" ,
2423 " Programming Language :: Python :: 3.12" ,
@@ -36,7 +35,7 @@ dependencies = [
3635 " pydantic-extra-types >=2, <3" ,
3736 " enum-tools==0.12.0"
3837]
39- requires-python = " >=3.9 "
38+ requires-python = " >=3.10 "
4039
4140
4241[project .optional-dependencies ]
0 commit comments