[PATCH] D34617: LNT's MANIFEST.in file is missing required client & server requirement files
Phabricator via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 29 06:09:44 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL306670: Fix MANIFEST.in file adding two missing entries. (authored by kbeyls).
Changed prior to commit:
https://reviews.llvm.org/D34617?vs=103941&id=104630#toc
Repository:
rL LLVM
https://reviews.llvm.org/D34617
Files:
lnt/trunk/MANIFEST.in
Index: lnt/trunk/MANIFEST.in
===================================================================
--- lnt/trunk/MANIFEST.in
+++ lnt/trunk/MANIFEST.in
@@ -1,4 +1,5 @@
include README.txt CHANGELOG.txt
+include requirements.client.txt requirements.server.txt
recursive-include docs *
recursive-include tests *
recursive-include examples *
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34617.104630.patch
Type: text/x-patch
Size: 339 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170629/6990def9/attachment.bin>
More information about the llvm-commits
mailing list