compose/MANIFEST.in
Daniel Nephin bbc76e6034 Convert the README to rst and fix the logo url before packaging it up for pypi.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
2015-10-28 12:11:29 -04:00

14 lines
313 B
Text

include Dockerfile
include LICENSE
include requirements.txt
include requirements-dev.txt
include tox.ini
include *.md
exclude README.md
include README.rst
include compose/config/*.json
recursive-include contrib/completion *
recursive-include tests *
global-exclude *.pyc
global-exclude *.pyo
global-exclude *.un~