forked from buildbot/buildbot
-
Notifications
You must be signed in to change notification settings - Fork 1
/
MANIFEST.in
21 lines (17 loc) · 818 Bytes
/
MANIFEST.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
include MANIFEST.in README README.w32 NEWS CREDITS COPYING
include docs/examples/*.cfg
include docs/*.texinfo docs/buildbot.info* docs/buildbot.html
include docs/*.png docs/images/*.png docs/images/*.svg docs/images/*.txt docs/images/*.ai
include docs/images/icon.blend docs/images/Makefile
include docs/epyrun docs/gen-reference docs/Makefile
include docs/version.py
include buildbot/db/schema/tables.sql
include buildbot/scripts/sample.cfg
include buildbot/status/web/files/*
include buildbot/status/web/templates/*.html buildbot/status/web/templates/*.xml
include buildbot/clients/debug.glade
include buildbot/buildbot.png
include ChangeLog*
include test-dist.sh
include contrib/* contrib/windows/* contrib/os-x/* contrib/css/*
include contrib/trac/* contrib/trac/bbwatcher/* contrib/trac/bbwatcher/templates/*