mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-16 21:30:23 +00:00
I reworked the `MANIFEST.in` to include the whole test suite so it can be used by distribution packages during build time. It is excluded from the installed packages automatically. The inclusion rules for the documentation were also made more verbose to prevent build artifacts from entering the source tarball (think .pyc files).
17 lines
488 B
Text
17 lines
488 B
Text
include AUTHORS
|
|
include LICENSE
|
|
include README.rst
|
|
include testrunner.py
|
|
include tests/*.py
|
|
include tests/assets/Lenna.png
|
|
include tests/assets/lenna-*.jpg
|
|
include tests/media/lenna.png
|
|
prune tests/media/CACHE
|
|
prune tests/media/b
|
|
prune tests/media/photos
|
|
include docs/Makefile
|
|
include docs/conf.py
|
|
include docs/make.bat
|
|
include docs/*.rst
|
|
recursive-include docs/_themes LICENSE README.rst flask_theme_support.py theme.conf *.css_t *.css *.html
|
|
recursive-include imagekit/templates *.html
|