Pillow/MANIFEST.in

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

35 lines
549 B
Plaintext
Raw Permalink 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
include *.toml
2014-06-29 00:15:53 +04:00
include *.txt
2020-02-05 18:59:04 +03:00
include *.yaml
include .flake8
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
graft _custom_build
# build/src control detritus
exclude .appveyor.yml
exclude .clang-format
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
2022-09-08 01:37:45 +03:00
exclude renovate.json
global-exclude .git*
global-exclude *.pyc
global-exclude *.so
prune .ci
prune wheels