Pillow/MANIFEST.in

29 lines
441 B
Plaintext
Raw Normal View History

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
2020-02-05 18:59:04 +03:00
include *.yaml
2015-03-27 13:56:34 +03:00
include LICENSE
2013-09-30 14:10:10 +04:00
include Makefile
include tox.ini
graft Tests
2017-12-28 01:23:17 +03:00
graft src
graft depends
graft winbuild
graft docs
# build/src control detritus
exclude .appveyor.yml
exclude .coveragerc
exclude .editorconfig
2019-01-01 13:56:08 +03:00
exclude .readthedocs.yml
2020-01-19 15:57:27 +03:00
exclude codecov.yml
global-exclude .git*
global-exclude *.pyc
global-exclude *.so
prune .ci