Skip to content

Commit 168999c

Browse files
dstansbyd-v-b
andauthored
Remove un-needed files from source distribution (#2686)
Co-authored-by: Davis Bennett <davis.v.bennett@gmail.com>
1 parent d4da552 commit 168999c

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
@@ -16,6 +16,12 @@ Bug fixes
1616
Behaviour changes
1717
~~~~~~~~~~~~~~~~~
1818

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

2127
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)