Skip to content

Commit 25c9f40

Browse files
committed
Chore: Remove "wheel" from build-system requires and require setuptools >= 77.0.3.
Use SPDX expression for LICENSE field and add license-files field.
1 parent 3a9a42f commit 25c9f40

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,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools", "wheel"]
2+
requires = ["setuptools >= 77.0.3"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
@@ -8,15 +8,15 @@ name = "ingredient_parser_nlp"
88
dynamic = ["version"]
99
description = "A Python package to parse structured information from recipe ingredient sentences"
1010
readme = "README.md"
11-
license = { file="LICENSE"}
11+
license = "MIT"
12+
license-files = ["LICENSE"]
1213
requires-python = ">=3.10, <3.14"
1314
keywords = ["recipe", "ingredient", "ingredients", "nlp", "parsing" ]
1415
authors = [
1516
{ name="Tom Strange", email="tpstrange@gmail.com"},
1617
]
1718
classifiers = [
1819
"Development Status :: 5 - Production/Stable",
19-
"License :: OSI Approved :: MIT License",
2020
"Natural Language :: English",
2121
"Operating System :: OS Independent",
2222
"Programming Language :: Python :: 3 :: Only",

0 commit comments

Comments
 (0)