Skip to content

Commit ce71179

Browse files
authored
PEP 639 compliant licensing meta data (#41)
1 parent d1ad923 commit ce71179

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Changelog
22
=========
33

44
## Next Release
5+
* Update licensing meta data to be PEP 639 compliant.
56

67

78
## 5.28.1.0 (2025-02-10)

pyproject.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@
1616
[project]
1717
name = "neo4j-rust-ext"
1818
description = "Rust Extensions for a Faster Neo4j Bolt Driver for Python"
19-
license = {text = "Apache License, Version 2.0"}
19+
license = "Apache-2.0"
20+
license-files = [
21+
"LICENSE*.txt",
22+
"NOTICE*.txt",
23+
]
2024
readme = "README.md"
2125
authors = [
2226
{name = "Neo4j, Inc.", email = "[email protected]"},
@@ -29,7 +33,6 @@ keywords = ["neo4j", "graph", "database"]
2933
classifiers = [
3034
"Development Status :: 5 - Production/Stable",
3135
"Intended Audience :: Developers",
32-
"License :: OSI Approved :: Apache Software License",
3336
"Operating System :: OS Independent",
3437
"Programming Language :: Python :: 3.7",
3538
"Programming Language :: Python :: 3.8",
@@ -58,7 +61,7 @@ pandas = ["neo4j[pandas]"]
5861
pyarrow = ["neo4j[pyarrow]"]
5962

6063
[build-system]
61-
requires = ["maturin ~= 1.8.3"]
64+
requires = ["maturin ~= 1.9.0"]
6265
build-backend = "maturin"
6366

6467
[tool.maturin]

0 commit comments

Comments
 (0)