Pillow/MANIFEST.in
Hugo f59d3f8f9d
Remove unused landscape.yml configuration file (#3944)
Remove unused landscape.yml configuration file
2019-07-04 14:52:15 +03:00

31 lines
501 B
Plaintext

include *.c
include *.h
include *.in
include *.md
include *.py
include *.rst
include *.sh
include *.txt
include LICENSE
include Makefile
include tox.ini
graft Tests
graft src
graft depends
graft winbuild
graft docs
prune docs/_static
# build/src control detritus
exclude .appveyor.yml
exclude .coveragerc
exclude .codecov.yml
exclude .editorconfig
exclude .readthedocs.yml
exclude azure-pipelines.yml
global-exclude .git*
global-exclude *.pyc
global-exclude *.so
prune .azure-pipelines
prune .travis