diff options
-rw-r--r-- | xstatic/pkg/jquery_ui/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xstatic/pkg/jquery_ui/__init__.py b/xstatic/pkg/jquery_ui/__init__.py index 7ea26b1..de9e274 100644 --- a/xstatic/pkg/jquery_ui/__init__.py +++ b/xstatic/pkg/jquery_ui/__init__.py @@ -4,7 +4,7 @@ XStatic resource package See package 'XStatic' for documentation and basic tools. """ -DISPLAY_NAME = 'jquery_ui' # official name, upper/lowercase allowed, no spaces +DISPLAY_NAME = 'jquery-ui' # official name, upper/lowercase allowed, no spaces PACKAGE_NAME = 'XStatic-%s' % DISPLAY_NAME # name used for PyPi NAME = __name__.split('.')[-1] # package name (e.g. 'foo' or 'foo_bar') |