You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by ro...@apache.org on 2020/12/29 13:30:24 UTC

[buildstream] 01/01: MANIFEST.in: Fix typo when including BuildStream.doap

This is an automated email from the ASF dual-hosted git repository.

root pushed a commit to branch phil/#430-Typo-in-MANIFEST
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 40ed78120d4c30f2210aeb6cc4eb9e1da0928c26
Author: Phil Dawson <ph...@codethink.co.uk>
AuthorDate: Wed Jun 13 17:29:08 2018 +0100

    MANIFEST.in: Fix typo when including BuildStream.doap
    
    Correct includsion of buildstream.doap which does not exist
    to 'include BuildStream.doap'.
    
    This commit resolves issue #430
---
 MANIFEST.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MANIFEST.in b/MANIFEST.in
index 1ba9c33..0ef33d0 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,5 +1,5 @@
 # Basic toplevel package includes
-include buildstream.doap
+include BuildStream.doap
 include COPYING
 include HACKING.rst
 include MAINTAINERS