Skip to content

Commit 2b226bc

Browse files
committed
Renamed LICENSE.rst + Updated license info in pyproject.toml + Bumped minimum flit_core version
1 parent 2a2a202 commit 2b226bc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
File renamed without changes.

pyproject.toml

Lines changed: 4 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.10, <4"]
33
build-backend = "flit_core.buildapi"
44

55
# project metadata
@@ -12,14 +12,14 @@ urls.Code = "https://github.com/sphinx-doc/sphinx-argparse/"
1212
urls.Download = "https://pypi.org/project/sphinx-argparse/"
1313
urls.Homepage = "https://sphinx-argparse.readthedocs.io/"
1414
urls."Issue tracker" = "https://github.com/sphinx-doc/sphinx-argparse/issues"
15-
license.text = "MIT"
15+
license = "MIT"
16+
license-files = ["LICENSE.rst"]
1617
requires-python = ">=3.10"
1718

1819
# Classifiers list: https://pypi.org/classifiers/
1920
classifiers = [
2021
"Development Status :: 5 - Production/Stable",
2122
"Environment :: Console",
22-
"License :: OSI Approved :: MIT License",
2323
"Operating System :: OS Independent",
2424
"Programming Language :: Python",
2525
"Programming Language :: Python :: 3",
@@ -73,7 +73,7 @@ name = "sphinxarg"
7373

7474
[tool.flit.sdist]
7575
include = [
76-
"LICENCE.rst",
76+
"LICENSE.rst",
7777
# Documentation
7878
"docs/",
7979
# Tests

0 commit comments

Comments
 (0)