Commit da439c0
committed
By default, don't include tests in binary distributions.
Before this patch:
$ ls -lh dist
total 65M
-rw-r--r-- 1 vagrant vagrant 32M Jan 6 22:56 matplotlib-2.0.0rc2+2914.g1fa4dd7-cp27-cp27mu-linux_x86_64.whl
-rw-r--r-- 1 vagrant vagrant 33M Jan 6 22:53 matplotlib-2.0.0rc2+2914.g1fa4dd7.tar.gz
With this patch:
$ ls -lh dist
total 43M
-rw-r--r-- 1 vagrant vagrant 11M Jan 6 23:03 matplotlib-2.0.0rc2+2914.g1fa4dd7.dirty-cp27-cp27mu-linux_x86_64.whl
-rw-r--r-- 1 vagrant vagrant 33M Jan 6 23:02 matplotlib-2.0.0rc2+2914.g1fa4dd7.dirty.tar.gz1 parent 1fa4dd7 commit da439c0
2 files changed
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
| 25 | + | |
| 26 | + | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
604 | 604 | | |
605 | 605 | | |
606 | 606 | | |
| 607 | + | |
607 | 608 | | |
608 | 609 | | |
609 | 610 | | |
| |||
613 | 614 | | |
614 | 615 | | |
615 | 616 | | |
616 | | - | |
| 617 | + | |
617 | 618 | | |
618 | 619 | | |
619 | 620 | | |
| |||
788 | 789 | | |
789 | 790 | | |
790 | 791 | | |
| 792 | + | |
791 | 793 | | |
792 | 794 | | |
793 | 795 | | |
| |||
0 commit comments