Skip to content

Commit a1d0ae0

Browse files
committed
update version and add excludes properly
1 parent 8fdf690 commit a1d0ae0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyproject.toml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "xyseg"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
description = "Recursive Segmentation Algorithm"
55
readme = "README.md"
66
requires-python =">=3.9"
@@ -23,7 +23,10 @@ requires = ["hatchling"]
2323
build-backend = "hatchling.build"
2424

2525
[tool.hatch.build.targets.wheel]
26-
include = ["xyseg/**/*.py", "LICENSE", "README.md"]
26+
packages = ["xyseg"]
27+
28+
[tool.hatch.build.targets.sdist]
29+
exclude = ["*.json", "examples/**", "environment.yml", "*.ipynb"]
2730

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

0 commit comments

Comments
 (0)