From 68d45f0228b00ef6e55d0f6e30dbf04528e20591 Mon Sep 17 00:00:00 2001 From: HongYu <20734616+james77777778@users.noreply.github.com> Date: Sun, 4 Feb 2024 12:04:40 +0800 Subject: [PATCH] Update `pyproject.toml` (#37) * Update `pyproject.toml` * Add urls * Fix license --- pyproject.toml | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 723c1cd..d98351c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = "james77777778@gmail.com" }] +maintainers = [{ name = "Hong-Yu Chiu", email = "james77777778@gmail.com" }] readme = "README.md" requires-python = ">=3.9" license = { file = "LICENSE" } @@ -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