Pillow/MANIFEST.in

30 lines
482 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
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
2018-01-29 11:45:33 +03:00
exclude .codecov.yml
exclude .editorconfig
2019-01-01 13:56:08 +03:00
exclude .readthedocs.yml
2019-02-21 22:20:30 +03:00
exclude azure-pipelines.yml
global-exclude .git*
global-exclude *.pyc
global-exclude *.so
2019-02-21 22:20:30 +03:00
prune .azure-pipelines
prune .travis