remove dependency on XStatic-jQuery

This commit is contained in:
Benjamin Dauvergne 2015-11-26 11:58:43 +01:00
parent cffde7bb91
commit e56c9f70f6
2 changed files with 1 additions and 2 deletions

View File

@ -22,5 +22,4 @@ setup(
namespace_packages=['xstatic', 'xstatic.pkg', ],
include_package_data=True,
zip_safe=False,
install_requires=['XStatic-jQuery'],
)

View File

@ -13,7 +13,7 @@ NAME = __name__.split('.')[-1] # package name (e.g. 'foo' or 'foo_bar')
VERSION = '1.0.2' # version of the packaged files, please use the upstream
# version number
BUILD = '1' # our package build number, so we can release new builds
BUILD = '2' # our package build number, so we can release new builds
# with fixes for xstatic stuff.
PACKAGE_VERSION = VERSION + '.' + BUILD # version used for PyPi