summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChandan Singh <chandan.devel@gmail.com>2018-08-22 23:44:36 +0000
committerChandan Singh <chandan.devel@gmail.com>2018-08-22 23:44:36 +0000
commitcd0775eb2cadf4c4050ec708fc5644c634731b17 (patch)
tree5667e2969f89ed7c7b8f91fffe0bd3fc72b91b3a
parent5b79bbb725bfa52689bcd8bfeddd15ce4d1ecd5d (diff)
parent91d62d2fe55eca5dbb5408897db9b69f8c187f17 (diff)
downloadbuildstream-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.in2
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