8000 Merge pull request #978 from cdce8p/spdx-identifier · rhettinger/more-itertools@3250ca5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3250ca5

Browse files
authored
Merge pull request more-itertools#978 from c 8000 dce8p/spdx-identifier
Add SPDX license identifier
2 parents ee1b2fe + 51d0ad4 commit 3250ca5

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,13 +1,14 @@
11
[build-system]
2-
requires = ["flit_core >=3.2,<4"]
2+
requires = ["flit_core >=3.12,<4"]
33
build-backend = "flit_core.builda 8000 pi"
44

55
[project]
66
name = "more-itertools"
77
authors = [{name = "Erik Rose", email = "erikrose@grinchcentral.com"}]
88
readme = "README.rst"
99
requires-python = ">=3.9"
10-
license = {file = "LICENSE"}
10+
license = "MIT"
11+
license-files = ["LICENSE"]
1112
keywords = [
1213
"itertools",
1314
"iterator",
@@ -22,7 +23,6 @@ classifiers = [
2223
"Development Status :: 5 - Production/Stable",
2324
"Intended Audience :: Developers",
2425
"Natural Language :: English",
25-
"License :: OSI Approved :: MIT License",
2626
"Programming Language :: Python :: 3",
2727
"Programming Language :: Python :: 3.9",
2828
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)
0