Skip to content

Commit

Permalink
Shrinking the size of the package release artifacts (#122)
Browse files Browse the repository at this point in the history
* Adding a MANIFEST.in to trim down tarball.

* Updated MANIFEST.in to exclude all tests.

* Reduced size of sbin, but not wheel. There's a bug in setuptools_scm.

* _Not_ excluding documentation and config files.
  • Loading branch information
alxmrs committed Mar 29, 2022
1 parent e3e3ee7 commit c7a6c4f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions MANIFEST.in
@@ -0,0 +1,10 @@
global-exclude *.nc
global-exclude *.gb *.grib
global-exclude *.bz2
global-exclude *.yaml *.yml
global-exclude *_test.py
prune .github
prune bin
prune docs
prune weather_*/test_data
exclude tox.ini

0 comments on commit c7a6c4f

Please sign in to comment.