Skip to content

Commit 91445cf

Browse files
committed
Also suggest the option of splitting test data into separate archive
1 parent 1e83cf4 commit 91445cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/discussions/downstream-packaging.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ Some projects are concerned about increasing the size of source distribution,
5757
or do not wish Python packaging tools to fall back to source distributions
5858
automatically. In these cases, a good compromise may be to publish a separate
5959
source archive for downstream use, for example by attaching it to a GitHub
60-
release.
60+
release. Alternatively, large files, such as test data, can be split into
61+
separate archives.
6162

6263
While it is usually possible to build packages from a git repository, there are
6364
a few important reasons to provide a static archive file instead:

0 commit comments

Comments
 (0)