Mercurial > libervia-web
annotate MANIFEST.in @ 1325:009542289bc9
pages (files/list): removed/updated code to download thumbnails and sort them as it is now done by the backend
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 14 Aug 2020 09:09:03 +0200 |
parents | 843e303de5cb |
children |
rev | line source |
---|---|
1211
843e303de5cb
install (MANIFEST.in): added VERSION
Goffi <goffi@goffi.org>
parents:
1210
diff
changeset
|
1 include MANIFEST.in libervia/VERSION |
902 | 2 global-include *.py |
3 global-include *.ini | |
4 global-include *.po *.mo | |
5 global-include CHANGELOG COPYING* INSTALL README* | |
6 global-include *.sh | |
1210 | 7 global-include Makefile *.rst *.bat |
1118
6ddd47be0875
install: fixed manifest to include browser's public files + include package date during installation
Goffi <goffi@goffi.org>
parents:
906
diff
changeset
|
8 include src/browser/public/* |
906
9949f0940609
installation (MANIFEST): fixed missing files
Goffi <goffi@goffi.org>
parents:
902
diff
changeset
|
9 include themes |
1210 | 10 include doc |
906
9949f0940609
installation (MANIFEST): fixed missing files
Goffi <goffi@goffi.org>
parents:
902
diff
changeset
|
11 recursive-include src *.js |
9949f0940609
installation (MANIFEST): fixed missing files
Goffi <goffi@goffi.org>
parents:
902
diff
changeset
|
12 exclude *.sh |
902 | 13 global-exclude *.un~ |
906
9949f0940609
installation (MANIFEST): fixed missing files
Goffi <goffi@goffi.org>
parents:
902
diff
changeset
|
14 global-exclude *.pyc |
902 | 15 prune output |
16 prune html |