Pillow/MANIFEST.in

35 lines
534 B
Plaintext
Raw Permalink Normal View History

2015-06-28 22:07:01 +03:00
2013-09-28 17:20:22 +04:00
include *.c
include *.h
2015-06-28 22:07:01 +03:00
include *.in
include *.md
2013-10-02 15:15:04 +04:00
include *.py
2013-09-28 17:20:22 +04:00
include *.rst
2015-06-28 22:07:01 +03:00
include *.sh
2014-06-29 00:15:53 +04:00
include *.txt
2015-03-27 13:56:34 +03:00
include LICENSE
2013-09-30 14:10:10 +04:00
include Makefile
graft Scripts
graft Tests
graft PIL
graft Tk
graft libImaging
graft depends
graft winbuild
graft docs
prune docs/_static
# build/src control detritus
exclude .coveragerc
2017-07-28 22:58:17 +03:00
exclude codecov.yml
exclude .editorconfig
exclude .landscape.yaml
exclude .travis
exclude .travis/*
exclude appveyor.yml
exclude build_children.sh
exclude tox.ini
global-exclude .git*
global-exclude *.pyc
global-exclude *.so