File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33from . import core , services
44
5- __version__ = "1.0.0.post4 "
5+ __version__ = "1.0.0.post5 "
66__all__ = ["core" , "services" , "__version__" ]
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools>=45 " , " wheel" ]
2+ requires = [" setuptools>=61 " , " wheel" ]
33build-backend = " setuptools.build_meta"
44
55[project ]
66name = " atlas-patch"
7- version = " 1.0.0.post4 "
7+ version = " 1.0.0.post5 "
88description = " A Python package for processing and handling whole slide images"
99readme = " README.md"
1010requires-python = " >=3.10"
@@ -69,11 +69,18 @@ dev = [
6969atlaspatch = " atlas_patch.cli:main"
7070
7171[tool .setuptools ]
72- packages = [" atlas_patch" ]
72+ include-package-data = true
73+
74+ [tool .setuptools .packages .find ]
75+ where = [" ." ]
76+ include = [" atlas_patch*" ]
7377
7478[tool .setuptools .package-dir ]
7579"" = " ."
7680
81+ [tool .setuptools .package-data ]
82+ "atlas_patch" = [" configs/*.yaml" ]
83+
7784[tool .ruff ]
7885line-length = 100
7986target-version = " py310"
You can’t perform that action at this time.
0 commit comments