Skip to content

Commit bac57c4

Browse files
committed
Update pyproject.toml for initial alpha release
1 parent 0cf5bcc commit bac57c4

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

pyproject.toml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,15 @@ description = "A Python package to parse structured information from recipe ingr
1616
readme = "README.md"
1717
license = { file="LICENSE"}
1818
requires-python = ">=3.9"
19+
keywords = ["recipe", "ingredient", "ingredients", "nlp", "parsing" ]
1920
classifiers = [
20-
"Programming Language :: Python :: 3",
21+
"Development Status :: 3 - Alpha",
2122
"License :: OSI Approved :: MIT License",
23+
"Natural Language :: English",
2224
"Operating System :: OS Independent",
25+
"Programming Language :: Python",
26+
"Programming Language :: Python :: 3.9",
27+
"Topic :: Text Processing :: Linguistic",
2328
]
2429
dependencies = [
2530
"nltk",
@@ -28,6 +33,8 @@ dependencies = [
2833
]
2934

3035
[project.urls]
31-
"HomePage" = "https://github.com/strangetom/ingredient-parser"
36+
homepage = "https://github.com/strangetom/ingredient-parser/"
37+
documentation = "https://ingredient-parser.readthedocs.io/en/latest/"
38+
source = "https://github.com/strangetom/ingredient-parser"
3239

3340

0 commit comments

Comments
 (0)