Skip to content

Commit

Permalink
Update dependencies and project description
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoadesScholar committed Sep 6, 2024
1 parent 513a423 commit 6ed5bc7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "hatchling.build"
# https://peps.python.org/pep-0621/
[project]
name = "cellmap-data"
description = "Utility for loading CellMap data for machine learning training, utilizing PyTorch, and Jackson Lab's ZarrDataset."
description = "Utility for loading CellMap data for machine learning training, utilizing PyTorch, Xarray, TensorStore, and PyDantic."
readme = "README.md"
requires-python = ">=3.10"
license = { text = "BSD 3-Clause License" }
Expand Down Expand Up @@ -58,6 +58,7 @@ dev = [
"sphinx-book-theme",
"twine",
"hatch",
"python-semantic-release",
]
all = [
"cellmap-data[dev,test]",
Expand All @@ -83,6 +84,9 @@ allow-direct-references = true
[tool.hatch.version]
source = "vcs"

[tool.hatch.version.vcs]
tag_regex = "v(?P<version>\\d+\\.\\d+\\.\\d+)" # Customize this to match your tag format

# https://hatch.pypa.io/latest/config/build/#file-selection
# [tool.hatch.build.targets.sdist]
# include = ["/src", "/tests"]
Expand Down

0 comments on commit 6ed5bc7

Please sign in to comment.