Skip to content

Commit 740f1e8

Browse files
committed
Use PEP 695 licence metadata
1 parent a46300d commit 740f1e8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["flit_core>=3.7"]
2+
requires = ["flit_core>=3.12"]
33
build-backend = "flit_core.buildapi"
44

55
# project metadata
@@ -12,7 +12,7 @@ urls.Documentation = "https://sphinxext-opengraph.readthedocs.io/"
1212
urls.Download = "https://pypi.org/project/sphinxext-opengraph/"
1313
urls.Homepage = "https://github.com/sphinx-doc/sphinxext-opengraph/"
1414
urls."Issue tracker" = "https://github.com/sphinx-doc/sphinxext-opengraph/issues"
15-
license.text = "BSD-3-Clause"
15+
license = "BSD-3-Clause"
1616
requires-python = ">=3.9"
1717

1818
# Classifiers list: https://pypi.org/classifiers/
@@ -22,7 +22,6 @@ classifiers = [
2222
"Environment :: Web Environment",
2323
"Framework :: Sphinx :: Extension",
2424
"Intended Audience :: Developers",
25-
"License :: OSI Approved :: BSD License",
2625
"Natural Language :: English",
2726
"Operating System :: OS Independent",
2827
"Programming Language :: Python :: 3.9",
@@ -56,7 +55,6 @@ name = "sphinxext.opengraph"
5655

5756
[tool.flit.sdist]
5857
include = [
59-
"LICENSE.md",
6058
# Documentation
6159
"docs/",
6260
# Resources

0 commit comments

Comments
 (0)