annotate MANIFEST.in @ 2088:c02f96756d5c

core: bridge can now be changed in conf by default DBus bridge is used, but this can be changed in sat.conf's DEFAULT section using "bridge" option. bridge can be "dbus" (or equivalent "dbus_bridge") or embedded at the moment. Bridge name used is saved in SAT.bridge_name, and load_bridge method can be used by frontends.
author Goffi <goffi@goffi.org>
date Sun, 04 Dec 2016 18:16:37 +0100
parents b47492e8af0c
children 26edcf3a30eb
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1196
268278d9aef2 misc: forgotten to change distribute_setup.py to ez_setup.py in MANIFEST.in
Goffi <goffi@goffi.org>
parents: 373
diff changeset
1 include MANIFEST.in ez_setup.py
268
7111b98c58b3 distribute: manifest now include all .py and .ini files
Goffi <goffi@goffi.org>
parents: 235
diff changeset
2 global-include *.py
7111b98c58b3 distribute: manifest now include all .py and .ini files
Goffi <goffi@goffi.org>
parents: 235
diff changeset
3 global-include *.ini
229
0154059ecf3f distutils: added MANIFEST.in
Goffi <goffi@goffi.org>
parents:
diff changeset
4 global-include *.po *.mo
0154059ecf3f distutils: added MANIFEST.in
Goffi <goffi@goffi.org>
parents:
diff changeset
5 global-include CHANGELOG COPYING* INSTALL README*
0154059ecf3f distutils: added MANIFEST.in
Goffi <goffi@goffi.org>
parents:
diff changeset
6 global-include *.sh
0154059ecf3f distutils: added MANIFEST.in
Goffi <goffi@goffi.org>
parents:
diff changeset
7 include src/sat.*
2001
b47492e8af0c installation (MANIFEST): added misc directory
Goffi <goffi@goffi.org>
parents: 1999
diff changeset
8 include misc
1291
0db0013c59dd remove remaining references to Wix
souliane <souliane@mailoo.org>
parents: 1196
diff changeset
9 include frontends/src/jp/jp frontends/src/primitivus/primitivus
273
3b5e856b3a32 Bridge: added mediawiki constructor in bridge constructor, usefull for documentation purpose
Goffi <goffi@goffi.org>
parents: 270
diff changeset
10 include src/bridge/bridge_constructor/mediawiki_template.tpl
1999
30e83614af48 fixed exclusion of vim's undo file in MANIFEST.in
Goffi <goffi@goffi.org>
parents: 1291
diff changeset
11 global-exclude *.un~
270
4005bf3ce35d updated MANIFEST.in to exclude bridge_constructor's generated dir
Goffi <goffi@goffi.org>
parents: 268
diff changeset
12 prune src/bridge/bridge_constructor/generated