annotate MANIFEST.in @ 368:831b22e93f94 0.6.3

Implement error and permission handling for UI views. * Views are protected by decorators. * Decorators check for permission errors and render error pages. * Global Flask error handling is for API endpoints.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 22 Sep 2015 03:17:21 -0700
parents 5c6cca4b21be
children 10a82dec3fe4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
247
9055434ebbd0 Fuck you `setuptools` and your arcane data includes.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
1 recursive-include wikked/resources *
9055434ebbd0 Fuck you `setuptools` and your arcane data includes.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
2 include wikked/templates/*.html
9055434ebbd0 Fuck you `setuptools` and your arcane data includes.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
3 include wikked/static/css/wikked.min.css
363
5c6cca4b21be Fix manifest file for `setuptools`.
Ludovic Chabant <ludovic@chabant.com>
parents: 247
diff changeset
4 include wikked/static/fonts/*
247
9055434ebbd0 Fuck you `setuptools` and your arcane data includes.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
5 include wikked/static/img/*.png
9055434ebbd0 Fuck you `setuptools` and your arcane data includes.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
6 include wikked/static/js/require.js
363
5c6cca4b21be Fix manifest file for `setuptools`.
Ludovic Chabant <ludovic@chabant.com>
parents: 247
diff changeset
7 include wikked/static/js/wikked.*.js