Commit 70ffab6
Exclude some unnecessary files from the crate
Exclude from the published crate the contents of `.github/` (CI
workflows, etc.) and other files that are only useful for upstream
development, not for crate users (`.gitignore`, `codecov.yml`, `x.py`).
This slightly slims down the crate.
This is also helpful downstream, e.g. in Fedora, where a proposed
`rust-numpy-devel` package would have an automatically-generated
dependency on `/usr/bin/python3` if `x.py` is not excluded.
For now, tests and benchmarks are both still included in the published
crate.1 parent 283f122 commit 70ffab6
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
16 | 22 | | |
17 | 23 | | |
18 | 24 | | |
| |||
0 commit comments