Incorrect display name
This commit is contained in:
@@ -4,16 +4,16 @@ XStatic resource package
|
|||||||
See package 'XStatic' for documentation and basic tools.
|
See package 'XStatic' for documentation and basic tools.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
DISPLAY_NAME = 'Angular-Bootstrap' # official name, upper/lowercase allowed, no spaces
|
DISPLAY_NAME = 'Angular-FileUpload' # official name, upper/lowercase allowed, no spaces
|
||||||
PACKAGE_NAME = 'XStatic-%s' % DISPLAY_NAME # name used for PyPi
|
PACKAGE_NAME = 'XStatic-%s' % DISPLAY_NAME # name used for PyPi
|
||||||
|
|
||||||
NAME = __name__.split('.')[-1] # package name (e.g. 'foo' or 'foo_bar')
|
NAME = __name__.split('.')[-1] # package name (e.g. 'foo' or 'foo_bar')
|
||||||
# please use a all-lowercase valid python
|
# please use a all-lowercase valid python
|
||||||
# package name
|
# package name
|
||||||
|
|
||||||
VERSION = '0.11.0' # version of the packaged files, please use the upstream
|
VERSION = '1.4.0' # version of the packaged files, please use the upstream
|
||||||
# version number
|
# version number
|
||||||
BUILD = '2' # our package build number, so we can release new builds
|
BUILD = '1' # our package build number, so we can release new builds
|
||||||
# with fixes for xstatic stuff.
|
# with fixes for xstatic stuff.
|
||||||
PACKAGE_VERSION = VERSION + '.' + BUILD # version used for PyPi
|
PACKAGE_VERSION = VERSION + '.' + BUILD # version used for PyPi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user