Mercurial > libervia-web
annotate MANIFEST.in @ 1199:b300eaec53b6
server: don't raise error anymore if themes_dir is invalid or legacy blog can't be created:
legacy blog will be entirely removed with 0.8 release, and themes_dir is only used by it.
This patch limit troubles with this old code by not raising an error anymore if option is
wrong or if the legacy blog can't be created.
fix 317
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 09 Jul 2019 20:20:46 +0200 |
parents | 6ddd47be0875 |
children | 8759c3038d8f |
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 | |
1118
6ddd47be0875
install: fixed manifest to include browser's public files + include package date during installation
Goffi <goffi@goffi.org>
parents:
906
diff
changeset
|
7 include src/browser/public/* |
906
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 |