Skip to content

Commit

Permalink
update version and add excludes properly
Browse files Browse the repository at this point in the history
  • Loading branch information
johnathanchiu committed Oct 7, 2024
1 parent 8fdf690 commit a1d0ae0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "xyseg"
version = "0.0.1"
version = "0.0.2"
description = "Recursive Segmentation Algorithm"
readme = "README.md"
requires-python =">=3.9"
Expand All @@ -23,7 +23,10 @@ requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.hatch.build.targets.wheel]
include = ["xyseg/**/*.py", "LICENSE", "README.md"]
packages = ["xyseg"]

[tool.hatch.build.targets.sdist]
exclude = ["*.json", "examples/**", "environment.yml", "*.ipynb"]

[project.urls]
Homepage = "https://github.com/johnathanchiu/recursive-segmentation"
Expand Down

0 comments on commit a1d0ae0

Please sign in to comment.