summaryrefslogtreecommitdiff
path: root/contrib/python/podman/MANIFEST.in
diff options
context:
space:
mode:
authorJhon Honce <jhonce@redhat.com>2018-10-15 11:28:56 -0700
committerJhon Honce <jhonce@redhat.com>2018-10-23 07:58:48 -0700
commita7ea7e9d5c9b1d023fc57f4c5da5faeece187bf7 (patch)
tree36d48c917dc9ffe169b709de9e105a9b6144c5a0 /contrib/python/podman/MANIFEST.in
parent2e6bc3c7af261228ae7a75cb5749062928fa24b3 (diff)
downloadpodman-a7ea7e9d5c9b1d023fc57f4c5da5faeece187bf7.tar.gz
podman-a7ea7e9d5c9b1d023fc57f4c5da5faeece187bf7.tar.bz2
podman-a7ea7e9d5c9b1d023fc57f4c5da5faeece187bf7.zip
Downgrade code to support python3.4
* Added tox configuration to test python 3.4, 3.5 and 3.6. Tox testing not enabled on every PR * Updated MANIFEST.ini to support tox * Correct comments Fixes #1641 Signed-off-by: Jhon Honce <jhonce@redhat.com>
Diffstat (limited to 'contrib/python/podman/MANIFEST.in')
-rw-r--r--contrib/python/podman/MANIFEST.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/python/podman/MANIFEST.in b/contrib/python/podman/MANIFEST.in
index 72e638cb9..a5897de50 100644
--- a/contrib/python/podman/MANIFEST.in
+++ b/contrib/python/podman/MANIFEST.in
@@ -1,2 +1,3 @@
prune test/
include README.md
+include requirements.txt