diff options
author | Chandan Singh <chandan.devel@gmail.com> | 2018-08-22 23:44:36 +0000 |
---|---|---|
committer | Chandan Singh <chandan.devel@gmail.com> | 2018-08-22 23:44:36 +0000 |
commit | cd0775eb2cadf4c4050ec708fc5644c634731b17 (patch) | |
tree | 5667e2969f89ed7c7b8f91fffe0bd3fc72b91b3a | |
parent | 5b79bbb725bfa52689bcd8bfeddd15ce4d1ecd5d (diff) | |
parent | 91d62d2fe55eca5dbb5408897db9b69f8c187f17 (diff) | |
download | buildstream-cd0775eb2cadf4c4050ec708fc5644c634731b17.tar.gz |
Merge branch 'chandan/fix-mainfest-dev-requirements' into 'master'
MANIFEST.in: Fix include for dev-requirements.txt
See merge request BuildStream/buildstream!704
-rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 80c815e55..f9e506027 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -23,4 +23,4 @@ recursive-include tests *.expected recursive-include buildstream/_protos *.proto # Requirements files -dev-requirements.txt +include dev-requirements.txt |