Commit 5417c16
Prepare 0.6.1: changelog and sdist pruning
Adds the 0.6.1 changelog section covering the numpy unpin, and a
MANIFEST.in that keeps the example notebooks out of the source
distribution.
setuptools-scm includes every git-tracked file in the sdist, which swept
in three notebooks carrying embedded output imagery — 36 MB uncompressed,
and effectively the whole tarball. Pruning examples/ (and .vscode/) takes
the sdist from 21.7 MB to 62.7 KB. tests/ is retained on purpose, since
downstream packagers run the suite against the sdist.
Wheels were never affected, being built from the declared packages, so
this changes nothing for a normal pip install; it cuts what conda-forge
and source builds fetch, and what the GitHub release carries.
Verified the pruned sdist still builds a wheel from itself (byte-identical
at 31,210 bytes) with the version resolving outside a git checkout.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent 5a4e150 commit 5417c16
2 files changed
Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
3 | 11 | | |
4 | 12 | | |
5 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
0 commit comments