Skip to content

Commit

Permalink
Update pyproject.toml (#37)
Browse files Browse the repository at this point in the history
* Update `pyproject.toml`

* Add urls

* Fix license
  • Loading branch information
james77777778 authored Feb 4, 2024
1 parent c98226f commit 68d45f0
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,20 @@ 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" }
Expand All @@ -25,6 +37,12 @@ classifiers = [
dynamic = ["version"]
dependencies = ["keras"]

[project.urls]
Homepage = "https://github.com/james77777778/keras-image-models"
Documentation = "https://github.com/james77777778/keras-image-models"
Repository = "https://github.com/james77777778/keras-image-models.git"
Issues = "https://github.com/james77777778/keras-image-models/issues"

[project.optional-dependencies]
tests = [
# export
Expand Down

0 comments on commit 68d45f0

Please sign in to comment.