summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Waldmann <tw AT waldmann-edv DOT de>2011-06-26 17:44:49 +0200
committerThomas Waldmann <tw AT waldmann-edv DOT de>2011-06-26 17:44:49 +0200
commite47102a105ab86e6333b264a31a9d818cdd95ed4 (patch)
tree61146e65e3215ff5a54ab89e60a118bab50d5c6a
parent2a0db93531ce0ac2950e749ef88bc0f448d5f7ba (diff)
downloadxstatic-jquery-e47102a105ab86e6333b264a31a9d818cdd95ed4.tar.gz
add MANIFEST.in to have the static files included
-rw-r--r--MANIFEST.in8
-rw-r--r--xstatic/pkg/jquery/__init__.py2
2 files changed, 9 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000..a4afc84
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,8 @@
+include README.txt
+recursive-include xstatic/pkg/jquery *
+
+global-exclude *.pyc
+global-exclude *.pyo
+global-exclude *.orig
+global-exclude *.rej
+
diff --git a/xstatic/pkg/jquery/__init__.py b/xstatic/pkg/jquery/__init__.py
index 1c7def6..e041b8d 100644
--- a/xstatic/pkg/jquery/__init__.py
+++ b/xstatic/pkg/jquery/__init__.py
@@ -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.