Mercurial > wikked
comparison MANIFEST.in @ 433:10a82dec3fe4
cm: Update setuptools files.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 30 Mar 2017 20:04:40 -0700 |
parents | 5c6cca4b21be |
children |
comparison
equal
deleted
inserted
replaced
432:41cdccd71717 | 433:10a82dec3fe4 |
---|---|
1 recursive-include wikked/resources * | 1 include LICENSE |
2 include wikked/templates/*.html | 2 include README.md |
3 include wikked/static/css/wikked.min.css | 3 |
4 include wikked/static/fonts/* | 4 include pytest.ini |
5 include wikked/static/img/*.png | 5 include requirements.txt |
6 include wikked/static/js/require.js | 6 include dev-requirements.txt |
7 include wikked/static/js/wikked.*.js | 7 |
8 recursive-include wikked * | |
9 recursive-include tests * | |
10 | |
11 global-exclude *.py[cdo] __pycache__ *.so | |
12 global-exclude .DS_Store Thumbs.db Desktop.ini | |
13 global-exclude *.swp *~ *.bak |