forked from FabriceSalvaire/CodeReview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST.in
32 lines (32 loc) · 874 Bytes
/
MANIFEST.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
include .bzrignore
include .gitignore
include .pyflymakerc
include .travis.yml
include CHANGES.txt
include GPL-V3.0.txt
include LICENSE.txt
include MANIFEST.in
include README.html
include README.rst
include README.txt
include make-release.sh
include pylintrc.ini
include requirements.txt
include setenv.sh start.sh
include setup_data.py
include test-repository/git-repo/*.sh
recursive-include CodeReview *.py *.yml *.c *.h *.ui Makefile.pyqt .in
recursive-include bin pyqgit diff-viewer
recursive-include doc *
recursive-include doc/sphinx/source/_static *
recursive-include gh-pages *
recursive-include share *.png *.svg
recursive-include spec *.spec *.desktop
recursive-include tools *
recursive-include unit-test *.py
recursive-include unit-test/data *.txt
prune *~ *.pyc
prune build
prune doc/sphinx/build
prune test-repository/bzr-repo/
prune test-repository/git-repo/