You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2022/11/11 07:06:48 UTC

[buildstream-plugins] 02/05: MANIFEST.in: Ensure we include some additional files

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

tvb pushed a commit to branch tristan/more-release-fixes
in repository https://gitbox.apache.org/repos/asf/buildstream-plugins.git

commit 6ccd71f6f0c3f8e22d9e9244da411f68136c38de
Author: Tristan van Berkom <tr...@codethink.co.uk>
AuthorDate: Fri Nov 11 16:03:24 2022 +0900

    MANIFEST.in: Ensure we include some additional files
---
 MANIFEST.in | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/MANIFEST.in b/MANIFEST.in
index 08a60b2..158cc74 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,5 +1,8 @@
 global-include *.yaml
 include requirements/*
 include project.conf
+include COMMITTERS.rst
 include LICENSE
 include NOTICE
+include NEWS
+include README.rst