require XStatic==0.0.1

This commit is contained in:
Thomas Waldmann 2011-07-08 00:06:51 +02:00
parent bf79b395da
commit 140a77d325
2 changed files with 2 additions and 2 deletions

View File

@ -23,5 +23,5 @@ setup(
namespace_packages=['xstatic', 'xstatic.pkg', ],
include_package_data=True,
zip_safe=False,
install_requires=['XStatic'], # this is just a MINIMAL support code package
install_requires=['XStatic==0.0.1'], # this is just a MINIMAL support code package
)

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.2' # for simplicity, use same version x.y.z as bundled files
version = '1.6.1.3' # 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.