diff options
| author | Joffrey F <f.joffrey@gmail.com> | 2015-09-15 10:30:52 -0700 |
|---|---|---|
| committer | Joffrey F <f.joffrey@gmail.com> | 2015-09-15 10:30:52 -0700 |
| commit | bd6a79fe46da971d46a7722d4b07cbea7aee4cb5 (patch) | |
| tree | 663359d651ab77724baaace94438628b64fe1e80 | |
| parent | 1b798a29017d1a1e124d469b35f54391ff40d632 (diff) | |
| parent | 1306a4c282aa4bdc14c6e4e82b2d322fc2780422 (diff) | |
| download | docker-py-bd6a79fe46da971d46a7722d4b07cbea7aee4cb5.tar.gz | |
Merge pull request #768 from ColinHuang/master
Remove not exists file in MANIFEST.in
| -rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index f60f3f1..ab64732 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,5 @@ include test-requirements.txt include requirements.txt -include requirements3.txt include README.md include LICENSE recursive-include tests *.py |
