spacetelescope / drizzle

A package for combining dithered images into a single image

Home Page:https://spacetelescope-drizzle.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove test files from distributed package

jdavies-st opened this issue · comments

Currently the test FITS files are included in the MANIFEST, which means that the pip install size is 47MB. It should be less than 1MB. Also, the test files don't need to be 11MB in size.

rey> pip install drizzle --no-cache-dir
Collecting drizzle
  Downloading https://files.pythonhosted.org/packages/63/a8/d73561940986e75b3874e35d9353d1be5734d62daefbff912d53850bd98d/drizzle-1.12.tar.gz (47.0MB)
Requirement already satisfied: astropy in /Users/jdavies/miniconda3/envs/test/lib/python3.7/site-packages (from drizzle) (3.1.2)
Requirement already satisfied: numpy>=1.13.0 in /Users/jdavies/miniconda3/envs/test/lib/python3.7/site-packages (from astropy->drizzle) (1.16.2)
Installing collected packages: drizzle
  Running setup.py install for drizzle ... done
Successfully installed drizzle-1.12

Maybe move the tests out of the distributed package too.