BuildStream.doap is incorrectly included in MANIFEST.in

Background

BuildStream.doap is incorrectly included in MANIFEST.in

This is a simple typo in MANIFEST.in. And can be easily rectified by replacing include buildstream.doap with include BuildStream.doap

This was discovered while running setup.py test. Just before the test session is started. A warning message is displayed:

reading manifest template 'MANIFEST.in'
warning: no files found matching 'buildstream.doap' 

Task description

  • Fix typo in MANIFEST.in

Acceptance Criteria

  • BuildStream.doap correctly included in MANIFEST.in. This will prevent the above warning message from being shown.
Edited by Phil Dawson