diff options
author | Phil Dawson <phil.dawson@codethink.co.uk> | 2018-06-13 17:29:08 +0100 |
---|---|---|
committer | Tristan Van Berkom <tristan.van.berkom@gmail.com> | 2018-06-21 23:32:46 +0000 |
commit | 49fb3636c658936c270548557d3d622a78bf1c51 (patch) | |
tree | 7a5c788bc278cd405fc4f42f0c17359721bfa842 /MANIFEST.in | |
parent | 4f168b9b6a02216e2fae24d758ae6b778e545869 (diff) | |
download | buildstream-49fb3636c658936c270548557d3d622a78bf1c51.tar.gz |
MANIFEST.in: Fix typo when including BuildStream.doap430-buildstream-doap-is-incorrectly-included-in-manifest-in
Correct includsion of buildstream.doap which does not exist
to 'include BuildStream.doap'.
This commit resolves issue #430
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 1ba9c3357..0ef33d078 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 |