Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f6cfc5c

Browse files
authored
Use PEP 639 license expressions in project metadata
1 parent 9c6e39a commit f6cfc5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎pyproject.toml

Lines changed: 3 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,15 @@ maintainers = [
1717
{name = 'Waylan Limberg', email = 'python.markdown@gmail.com'},
1818
{name = 'Isaac Muse'}
1919
]
20-
license = {file = 'LICENSE.md'}
20+
license = "BSD-3-Clause"
21+
license-files = ["LICENSE.md"]
2122
requires-python = '>=3.9'
2223
dependencies = [
2324
"importlib-metadata>=4.4;python_version<'3.10'"
2425
]
2526
keywords = ['markdown', 'markdown-parser', 'python-markdown', 'markdown-to-html']
2627
classifiers = [
2728
'Development Status :: 5 - Production/Stable',
28-
'License :: OSI Approved :: BSD License',
2929
'Operating System :: OS Independent',
3030
'Programming Language :: Python',
3131
'Programming Language :: Python :: 3',

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /