mirror of https://github.com/docker/docker-py.git
include unit test data in dist tarball
Fixes #976 Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
This commit is contained in:
parent
eb624e2c50
commit
e6a81a1d05
|
|
@ -3,3 +3,4 @@ include requirements.txt
|
||||||
include README.md
|
include README.md
|
||||||
include LICENSE
|
include LICENSE
|
||||||
recursive-include tests *.py
|
recursive-include tests *.py
|
||||||
|
recursive-include tests/unit/testdata *
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue