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:39:30 UTC

[buildstream] 16/17: Remove MANIFEST.in

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

root pushed a commit to branch sam/meson
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 05931894e7a578faa3081d9f9775876fcde5a779
Author: Sam Thursfield <sa...@codethink.co.uk>
AuthorDate: Tue Dec 19 16:06:16 2017 +0000

    Remove MANIFEST.in
    
    It's another setuptools thing.
---
 MANIFEST.in | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/MANIFEST.in b/MANIFEST.in
deleted file mode 100644
index 7647e69..0000000
--- a/MANIFEST.in
+++ /dev/null
@@ -1,19 +0,0 @@
-# Basic toplevel package includes
-include README.rst
-include HACKING.rst
-include COPYING
-include Dockerfile
-include Dockerfile-build.sh
-
-# Documentation package includes
-include doc/Makefile
-include doc/source/conf.py
-include doc/source/index.rst
-
-# Tests
-recursive-include tests *.py
-recursive-include tests *.yaml
-recursive-include tests *.bst
-recursive-include tests *.conf
-recursive-include tests *.sh
-recursive-include tests *.expected