Mercurial > wikked
annotate MANIFEST.in @ 204:e6c2048e2c94
Added ability to make simple links to child pages.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 13 Feb 2014 23:55:41 -0800 |
parents | 81e39ae8aef0 |
children |
rev | line source |
---|---|
162
81e39ae8aef0
Fixed missing files from the Pypi package and the production build.
Ludovic Chabant <ludovic@chabant.com>
parents:
161
diff
changeset
|
1 include wikked/resources/* |
81e39ae8aef0
Fixed missing files from the Pypi package and the production build.
Ludovic Chabant <ludovic@chabant.com>
parents:
161
diff
changeset
|
2 include wikked/templates/*.html |
161
f307d4cdc3fb
Setup Wikked Pypi package:
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
3 include wikked/static/css/wikked.min.css |
f307d4cdc3fb
Setup Wikked Pypi package:
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
4 include wikked/static/img/*.png |
f307d4cdc3fb
Setup Wikked Pypi package:
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
5 include wikked/static/js/require.js |
f307d4cdc3fb
Setup Wikked Pypi package:
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
6 include wikked/static/js/wikked.min.js |
162
81e39ae8aef0
Fixed missing files from the Pypi package and the production build.
Ludovic Chabant <ludovic@chabant.com>
parents:
161
diff
changeset
|
7 include wikked/static/js/pagdown/*.js |
161
f307d4cdc3fb
Setup Wikked Pypi package:
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
8 |