From 64dbe9aeb2187d4671b328ba94449bfb4facec8c Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Thu, 25 Oct 2018 10:55:17 +0100 Subject: MANIFEST: Include a lot more missing stuff in the manifest Versioneer needs to be in the MANIFEST.in and its .pyc needs to be ignored in the .gitignore. Also much docs were not being included, nor conftest.py. Much of the test suite data files needed including, so changed that to a raw include of everything in the tests/ tree. Signed-off-by: Daniel Silverstone --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index fae0f4eea..8c72c4f3f 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ doc/source/modules.rst doc/source/buildstream.rst doc/source/buildstream.*.rst doc/build/ +versioneer.pyc -- cgit v1.2.1