add MANIFEST.in to have the static files included

This commit is contained in:
Thomas Waldmann 2011-06-26 17:44:49 +02:00
parent 9e000e86c1
commit d58b93c958
2 changed files with 9 additions and 1 deletions

8
MANIFEST.in Normal file
View File

@ -0,0 +1,8 @@
include README.txt
recursive-include xstatic/pkg/jquery *
global-exclude *.pyc
global-exclude *.pyo
global-exclude *.orig
global-exclude *.rej

View File

@ -16,7 +16,7 @@ except ImportError:
class JQuery(XStatic):
name = 'jquery' # short, all lowercase name
display_name = 'jQuery' # official name, upper/lowercase allowed
version = '1.6.1.1' # for simplicity, use same version x.y.z as bundled files
version = '1.6.1.2' # for simplicity, use same version x.y.z as bundled files
# additionally we append .b for our build number, so we
# can release new builds with fixes for xstatic stuff.