Skip to content

Commit 68d45f0

Browse files
Update pyproject.toml (#37)
* Update `pyproject.toml` * Add urls * Fix license
1 parent c98226f commit 68d45f0

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

pyproject.toml

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,20 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "kimm"
7-
description = ""
8-
keywords = []
7+
description = "A Keras model zoo with pretrained weights."
8+
keywords = [
9+
"deep-learning",
10+
"model-zoo",
11+
"keras",
12+
"jax",
13+
"tensorflow",
14+
"torch",
15+
"imagenet",
16+
"pretrained-weights",
17+
"timm",
18+
]
19+
authors = [{ name = "Hong-Yu Chiu", email = "james77777778@gmail.com" }]
20+
maintainers = [{ name = "Hong-Yu Chiu", email = "james77777778@gmail.com" }]
921
readme = "README.md"
1022
requires-python = ">=3.9"
1123
license = { file = "LICENSE" }
@@ -25,6 +37,12 @@ classifiers = [
2537
dynamic = ["version"]
2638
dependencies = ["keras"]
2739

40+
[project.urls]
41+
Homepage = "https://github.com/james77777778/keras-image-models"
42+
Documentation = "https://github.com/james77777778/keras-image-models"
43+
Repository = "https://github.com/james77777778/keras-image-models.git"
44+
Issues = "https://github.com/james77777778/keras-image-models/issues"
45+
2846
[project.optional-dependencies]
2947
tests = [
3048
# export

0 commit comments

Comments
 (0)