mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 18:56:17 +03:00
1627856127
It is considered good practice to include test files in the source distribution, as well as the files used to run them. It allows packagers and users to run the tests locally to ensure the package is complete and working.
32 lines
525 B
Plaintext
32 lines
525 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 .landscape.yaml
|
|
exclude .readthedocs.yml
|
|
exclude azure-pipelines.yml
|
|
global-exclude .git*
|
|
global-exclude *.pyc
|
|
global-exclude *.so
|
|
prune .azure-pipelines
|
|
prune .travis
|