Skip to content

Commit 362ddd5

Browse files
committed
Use PEP 639 license expressions in project metadata
1 parent 7aae61b commit 362ddd5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
# Minimum requirements for the build system to execute.
3-
requires = ["setuptools>=61.2"]
3+
requires = ["setuptools>=77.0"]
44
build-backend = "setuptools.build_meta"
55

66
[project]
@@ -17,15 +17,14 @@ maintainers = [
1717
{name = 'Waylan Limberg', email = '[email protected]'},
1818
{name = 'Isaac Muse'}
1919
]
20-
license = {file = 'LICENSE.md'}
20+
license = "BSD-3-Clause"
2121
requires-python = '>=3.8'
2222
dependencies = [
2323
"importlib-metadata>=4.4;python_version<'3.10'"
2424
]
2525
keywords = ['markdown', 'markdown-parser', 'python-markdown', 'markdown-to-html']
2626
classifiers = [
2727
'Development Status :: 5 - Production/Stable',
28-
'License :: OSI Approved :: BSD License',
2928
'Operating System :: OS Independent',
3029
'Programming Language :: Python',
3130
'Programming Language :: Python :: 3',

0 commit comments

Comments
 (0)