We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4cb7d2 commit df7081cCopy full SHA for df7081c
1 file changed
source/discussions/downstream-packaging.rst
@@ -57,7 +57,8 @@ Some projects are concerned about increasing the size of source distribution,
57
or do not wish Python packaging tools to fall back to source distributions
58
automatically. In these cases, a good compromise may be to publish a separate
59
source archive for downstream use, for example by attaching it to a GitHub
60
-release.
+release. Alternatively, large files, such as test data, can be split into
61
+separate archives.
62
63
While it is usually possible to build packages from a git repository, there are
64
a few important reasons to provide a static archive file instead:
0 commit comments