summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChandan Singh <chandan.devel@gmail.com>2018-08-22 23:44:28 +0000
committerChandan Singh <chandan.devel@gmail.com>2018-08-22 23:44:28 +0000
commitbe8cb8aeef7068ff1084a1f3b0442286d1b16a56 (patch)
treef2b2889affeadf70d9de106f063fec492d7c8b32
parentbaee80b4700312ef603fe2ec0eb9d9ee77424cab (diff)
parente1d5bfa5ed752adb8a8a8ed81592fd4147e83de7 (diff)
downloadbuildstream-be8cb8aeef7068ff1084a1f3b0442286d1b16a56.tar.gz
Merge branch 'chandan/fix-mainfest-dev-requirements-1.2' into 'bst-1.2'
MANIFEST.in: Fix include for dev-requirements.txt See merge request BuildStream/buildstream!705
-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