Mercurial > libervia-web
annotate MANIFEST.in @ 1227:15f90fd688b5
pages (login): catch ProfileUnknownError and show a C.PROFILE_AUTH_ERROR:
ProfileUnknownError where not catched, resulting in an internal error when an invalid
profile was entered. This patch fixes it by displaying a PROFILE_AUTH_ERROR, the same one
as for invalid password.
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 08 Nov 2019 17:07:02 +0100 |
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 |