diff options
author | Chandan Singh <csingh43@bloomberg.net> | 2018-02-24 19:24:01 +0100 |
---|---|---|
committer | Chandan Singh <csingh43@bloomberg.net> | 2018-02-24 19:24:01 +0100 |
commit | f3f81cbb3a6b85fbd8c30c168e78164d66e578d7 (patch) | |
tree | cc33924f6cb1ff29309051ad11d7414dddcec12f /MANIFEST.in | |
parent | 9632eafb970cab601cc647b4df05f92518882d25 (diff) | |
download | buildstream-f3f81cbb3a6b85fbd8c30c168e78164d66e578d7.tar.gz |
MANIFEST.in: remove files that are no longer in this repo
We don't have `Dockerfile` and `Dockerfile-build.sh` anymore in this
repository so remove them from `MANIFEST.in`.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 2a09a4c14..1ba9c3357 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,8 +1,6 @@ # Basic toplevel package includes include buildstream.doap include COPYING -include Dockerfile -include Dockerfile-build.sh include HACKING.rst include MAINTAINERS include NEWS |