Skip to content

Commit 03e8f0a

Browse files
committed
Remove un-needed files from source distribution
1 parent 0e1fde4 commit 03e8f0a

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

docs/release-notes.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ Bug fixes
1515
Behaviour changes
1616
~~~~~~~~~~~~~~~~~
1717

18+
Other
19+
~~~~~
20+
* Removed some unnecessary files from the source distribution
21+
to reduce its size. (:issue:`2686`)
22+
23+
1824
.. _release_3.0.0:
1925

2026
3.0.0

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
requires = ["hatchling", "hatch-vcs"]
33
build-backend = "hatchling.build"
44

5+
[tool.hatch.build.targets.sdist]
6+
exclude = [
7+
"/.github",
8+
"/bench",
9+
"/docs",
10+
"/notebooks"
11+
]
512

613
[project]
714
name = "zarr"

0 commit comments

Comments
 (0)