This is an automated email from the ASF dual-hosted git repository. tvb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/buildstream-plugins.git
commit 98baba4bd8f0b3e546dadefd86bdc99f56e1d5c4 Author: Tristan van Berkom <[email protected]> AuthorDate: Sat Mar 19 14:48:39 2022 +0900 MANIFEST.in: Adding initial manifest --- MANIFEST.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..0ce98c8 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,3 @@ +global-include *.yaml +include requirements/* +include project.conf
