Mercurial > libervia-web
annotate MANIFEST.in @ 1018:78af5457d3f8
Pages: added url_cache setting:
when url_cache is set, result of parse_url is cached (per profile, because in some pages date retrieved may differ between profiles), and then reused.
This is useful if some data are fetched during parse_url (e.g. bridge/XMPP call).
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 21 Jan 2018 13:08:54 +0100 |
parents | 9949f0940609 |
children | 6ddd47be0875 |
rev | line source |
---|---|
902 | 1 include MANIFEST.in ez_setup.py |
2 global-include *.py | |
3 global-include *.ini | |
4 global-include *.po *.mo | |
5 global-include CHANGELOG COPYING* INSTALL README* | |
6 global-include *.sh | |
906
9949f0940609
installation (MANIFEST): fixed missing files
Goffi <goffi@goffi.org>
parents:
902
diff
changeset
|
7 include src/browser/public |
9949f0940609
installation (MANIFEST): fixed missing files
Goffi <goffi@goffi.org>
parents:
902
diff
changeset
|
8 include themes |
9949f0940609
installation (MANIFEST): fixed missing files
Goffi <goffi@goffi.org>
parents:
902
diff
changeset
|
9 recursive-include src *.js |
9949f0940609
installation (MANIFEST): fixed missing files
Goffi <goffi@goffi.org>
parents:
902
diff
changeset
|
10 exclude *.sh |
902 | 11 global-exclude *.un~ |
906
9949f0940609
installation (MANIFEST): fixed missing files
Goffi <goffi@goffi.org>
parents:
902
diff
changeset
|
12 global-exclude *.pyc |
902 | 13 prune output |
14 prune html |