Skip to content

Commit

Permalink
Update project info
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarGracia committed Mar 21, 2024
1 parent a59e058 commit faf5787
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -427,5 +427,5 @@ The code snippet below is accurate in cases where the component is used as both
```

## Screenshots
![](images/demo_1.png)
![](images/demo_2.png)
![](https://raw.githubusercontent.com/edgarGracia/gradio_image_annotator/main/images/demo_1.png)
![](https://raw.githubusercontent.com/edgarGracia/gradio_image_annotator/main/images/demo_2.png)
9 changes: 6 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@ build-backend = "hatchling.build"

[project]
name = "gradio_image_annotation"
version = "0.0.3"
version = "0.0.3-1"
description = "A Gradio component that can be used to annotate images with bounding boxes."
repository = "https://github.com/edgarGracia/gradio_image_annotator/"
readme = "README.md"
license = "MIT"
requires-python = ">=3.8"
authors = [{ name = "YOUR NAME", email = "[email protected]" }]
authors = [{ name = "Edgar Gracia" }]
keywords = ["gradio-custom-component", "gradio-template-Image", "bounding box", "annotator", "annotate", "boxes"]
# Add dependencies here
dependencies = ["gradio>=4.0,<5.0"]
Expand All @@ -33,6 +32,10 @@ classifiers = [
'Topic :: Scientific/Engineering :: Visualization',
]

[project.urls]
Repository = "https://github.com/edgarGracia/gradio_image_annotator.git"
Issues = "https://github.com/edgarGracia/gradio_image_annotator/issues"

[project.optional-dependencies]
dev = ["build", "twine"]

Expand Down

0 comments on commit faf5787

Please sign in to comment.