Skip to content

Commit 25b5820

Browse files
committed
chore: update license metadata (PEP 639)
1 parent 3e51fe9 commit 25b5820

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ For the purpose of determining breaking changes:
1414

1515
[python-versions]: https://devguide.python.org/versions/#supported-versions
1616

17+
## [Unreleased]
18+
19+
[unreleased]: https://github.com/rogdham/bigxml/compare/v1.1.0...HEAD
20+
21+
### :house: Internal
22+
23+
- Update license metadata as per [PEP 639](https://peps.python.org/pep-0639)
24+
1725
## [1.1.0] - 2024-10-10
1826

1927
[1.1.0]: https://github.com/rogdham/bigxml/compare/v1.0.1...v1.1.0

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ authors = [{ name = "Rogdham", email = "[email protected]" }]
55
description = "Pythonic xml parser to handle big files or streams"
66
readme = { file = "README.md", content-type = "text/markdown" }
77
keywords = ["xml", "parser", "big", "stream"]
8-
license.file = "LICENSE.txt"
8+
license = "MIT"
9+
license-files = ["LICENSE.txt"]
910
classifiers = [
1011
"Development Status :: 5 - Production/Stable",
11-
"License :: OSI Approved :: MIT License",
1212
"Operating System :: OS Independent",
1313
"Programming Language :: Python",
1414
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)