summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-01-15 18:02:39 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2018-01-15 18:02:39 +0100
commit5cb3d7af47310d0b6174811d0d298e7d1869624c (patch)
treee30a0089050914c3f27a59783f906ae75225c704 /MANIFEST.in
parent74ad29c908447a4054dbd3427a09a1d44ff00f6d (diff)
downloadpygobject-5cb3d7af47310d0b6174811d0d298e7d1869624c.tar.gz
Update MANIFEST.in to include the CI scripts and config files
This fixes "setup.py distcheck", which makes sure all files in git end up in the sdist.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 72a28137..bfb56e5c 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -9,8 +9,10 @@ include NEWS
include tools/pygi-convert.sh
include pygobject.doap
include README.rst
+include .gitlab-ci.yml
recursive-include examples *.py *.am *.png *.css *.ui *.gif *.gresource *.jpg *.xml
recursive-include gi *.am *.h
recursive-include pygtkcompat *.am
recursive-include tests *.py *.c *.h *.xml *.supp *nouppera *.am
recursive-include docs *.rst *.svg LICENSE *.ico *.png *.css *.py *.dia Makefile
+recursive-include .gitlab-ci *.sh *.rst Dockerfile