mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Include tox.ini in sdist
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.
This commit is contained in:
parent
ea5b30d212
commit
1627856127
|
@ -1,4 +1,3 @@
|
|||
|
||||
include *.c
|
||||
include *.h
|
||||
include *.in
|
||||
|
@ -9,6 +8,7 @@ include *.sh
|
|||
include *.txt
|
||||
include LICENSE
|
||||
include Makefile
|
||||
include tox.ini
|
||||
graft Tests
|
||||
graft src
|
||||
graft depends
|
||||
|
@ -24,7 +24,6 @@ exclude .editorconfig
|
|||
exclude .landscape.yaml
|
||||
exclude .readthedocs.yml
|
||||
exclude azure-pipelines.yml
|
||||
exclude tox.ini
|
||||
global-exclude .git*
|
||||
global-exclude *.pyc
|
||||
global-exclude *.so
|
||||
|
|
Loading…
Reference in New Issue
Block a user