diff --git a/MANIFEST.in b/MANIFEST.in index ee87cc9..4c1e953 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,6 @@ include LICENSE include README.md include meta.json +# We have some .py files that are needed but aren't part of the package, so make sure they're included +recursive-include gobbli *.py recursive-include gobbli Dockerfile \ No newline at end of file diff --git a/meta.json b/meta.json index 82f8110..8254375 100644 --- a/meta.json +++ b/meta.json @@ -4,6 +4,6 @@ "download_url": "", "author": "RTI International", "maintainer": "Jason Nance", - "version": "0.0.4", + "version": "0.0.5", "description": "Uniform interface to deep learning approaches via Docker containers." }