We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4da552 commit 168999cCopy full SHA for 168999c
docs/release-notes.rst
@@ -16,6 +16,12 @@ Bug fixes
16
Behaviour changes
17
~~~~~~~~~~~~~~~~~
18
19
+Other
20
+~~~~~
21
+* Removed some unnecessary files from the source distribution
22
+ to reduce its size. (:issue:`2686`)
23
+
24
25
.. _release_3.0.0:
26
27
3.0.0
pyproject.toml
@@ -2,6 +2,13 @@
2
requires = ["hatchling", "hatch-vcs"]
3
build-backend = "hatchling.build"
4
5
+[tool.hatch.build.targets.sdist]
6
+exclude = [
7
+ "/.github",
8
+ "/bench",
9
+ "/docs",
10
+ "/notebooks"
11
+]
12
13
[project]
14
name = "zarr"
0 commit comments