Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
james77777778 committed Feb 4, 2024
1 parent c98226f commit 8fb5416
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,23 @@ build-backend = "setuptools.build_meta"

[project]
name = "kimm"
description = ""
keywords = []
description = "A Keras model zoo with pretrained weights."
keywords = [
"deep-learning",
"model-zoo",
"keras",
"jax",
"tensorflow",
"torch",
"imagenet",
"pretrained-weights",
"timm",
]
authors = [{ name = "Hong-Yu Chiu", email = "[email protected]" }]
maintainers = [{ name = "Hong-Yu Chiu", email = "[email protected]" }]
readme = "README.md"
requires-python = ">=3.9"
license = { file = "LICENSE" }
license = "Apache License 2.0"
classifiers = [
"Programming Language :: Python",
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 8fb5416

Please sign in to comment.