From 25b58204f83d276ed459007ffeefa9e4ff75d8dd Mon Sep 17 00:00:00 2001 From: Rogdham Date: Sun, 27 Apr 2025 17:00:31 +0200 Subject: [PATCH] chore: update license metadata (PEP 639) --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c639351..adc9dea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,14 @@ For the purpose of determining breaking changes: [python-versions]: https://devguide.python.org/versions/#supported-versions +## [Unreleased] + +[unreleased]: https://github.com/rogdham/bigxml/compare/v1.1.0...HEAD + +### :house: Internal + +- Update license metadata as per [PEP 639](https://peps.python.org/pep-0639) + ## [1.1.0] - 2024-10-10 [1.1.0]: https://github.com/rogdham/bigxml/compare/v1.0.1...v1.1.0 diff --git a/pyproject.toml b/pyproject.toml index bbe5392..d686093 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,10 +5,10 @@ authors = [{ name = "Rogdham", email = "contact@rogdham.net" }] description = "Pythonic xml parser to handle big files or streams" readme = { file = "README.md", content-type = "text/markdown" } keywords = ["xml", "parser", "big", "stream"] -license.file = "LICENSE.txt" +license = "MIT" +license-files = ["LICENSE.txt"] classifiers = [ "Development Status :: 5 - Production/Stable", - "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3",