Skip to content

Navigation Menu

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

Appearance settings

Commit 7c6a3aa

Browse filesBrowse files
authored
chore: use PEP 639 license (#245)
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
1 parent 2caa1a0 commit 7c6a3aa
Copy full SHA for 7c6a3aa

File tree

1 file changed

+3
-2
lines changed
Filter options

1 file changed

+3
-2
lines changed

‎pyproject.toml

Copy file name to clipboardExpand all lines: pyproject.toml
+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["flit-core"]
2+
requires = ["flit-core>=3.11"]
33
build-backend = "flit_core.buildapi"
44

55
[project]
@@ -8,11 +8,12 @@ dynamic = ["version"]
88
description = "PEP 621 metadata parsing"
99
readme = "README.md"
1010
requires-python = ">=3.8"
11+
license = "MIT"
12+
license-files = ["LICENSE"]
1113
authors = [
1214
{ name = "Filipe Laíns", email = "lains@riseup.net" },
1315
]
1416
classifiers = [
15-
"License :: OSI Approved :: MIT License",
1617
"Programming Language :: Python :: 3",
1718
"Programming Language :: Python :: 3 :: Only",
1819
"Programming Language :: Python :: 3.8",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.