Skip to content

Commit

Permalink
core\feat: #45 package information
Browse files Browse the repository at this point in the history
- additional package information for pypi
  • Loading branch information
blotero committed May 14, 2024
1 parent 825b462 commit e894fbb
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
This repository contains the train, data mocking and usage procedures
for handling the multiple annotators segmentation problem researched by the
GCPDS (2023).

Official documentation available at: https://seg-tgce.readthedocs.io/en/latest/
7 changes: 7 additions & 0 deletions core/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Framework for handling image segmentation in the context of multiple annotators

This repository contains the train, data mocking and usage procedures
for handling the multiple annotators segmentation problem researched by the
GCPDS (2023).

Official documentation available at: https://seg-tgce.readthedocs.io/en/latest/
17 changes: 16 additions & 1 deletion core/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
[project]
description = "Framework for handling image segmentation in the context of multiple annotators"
name = "seg_tgce"
version = "0.1.0"
readme = "README.md"
authors = [{ name = "Brandon Lotero", email = "[email protected]" }]
maintainers = [{ name = "Brandon Lotero", email = "[email protected]" }]
license = { file = "../LICENSE" }

[project.urls]
Homepage = "https://github.com/blotero/seg_tgce"
Documentation = "https://seg-tgce.readthedocs.io/en/latest/"
Repository = "https://github.com/blotero/seg_tgce"
Issues = "https://github.com/blotero/seg_tgce/issues"

[tool.poetry]
name = "seg_tgce"
version = "0.0.1"
version = "0.1.0"
authors = ["Brandon Lotero <[email protected]>"]
description = "A package for the SEG TGCE project"
readme = "README.md"
Expand Down

0 comments on commit e894fbb

Please sign in to comment.