mirror of https://github.com/docker/compose.git
Add tests to sdist.
In order to validate installation it's very convenient to have the tests as part of the source distribution. This greatly assists native packaging that might occur (i.e. Gentoo ebuilds). Signed-off-by: Alex Brandt <alunduil@alunduil.com>
This commit is contained in:
parent
11280e4f30
commit
0150b38b8f
|
@ -4,7 +4,7 @@ include requirements.txt
|
|||
include requirements-dev.txt
|
||||
include tox.ini
|
||||
include *.md
|
||||
recursive-exclude tests *
|
||||
recursive-include tests *
|
||||
global-exclude *.pyc
|
||||
global-exclude *.pyo
|
||||
global-exclude *.un~
|
||||
|
|
Loading…
Reference in New Issue