Skip to content

Commit f63cfeb

Browse files
authored
fix: Apply PEP 639 for improved license metadata (#1459)
This follows [PEP 639](https://peps.python.org/pep-0639/) to improve the license metadata: - Use a text SPDX licence identifier instead of a table, which is deprecated - Remove licence classifier, which is deprecated
1 parent 749044e commit f63cfeb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = [
33
{ name = "Dylan Anthony", email = "contact@dylananthony.com" },
44
]
5-
license = { text = "MIT" }
5+
license = "MIT"
66
requires-python = ">=3.11,<4.0"
77
dependencies = [
88
"jinja2>=3.0.0,<4.0.0",
@@ -25,7 +25,6 @@ keywords = [
2525
]
2626
classifiers = [
2727
"Development Status :: 4 - Beta",
28-
"License :: OSI Approved :: MIT License",
2928
"Intended Audience :: Developers",
3029
"Programming Language :: Python :: 3",
3130
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)