summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Waldmann <tw AT waldmann-edv DOT de@localhost>2014-08-09 21:51:40 +0200
committerThomas Waldmann <tw AT waldmann-edv DOT de@localhost>2014-08-09 21:51:40 +0200
commit40c3715d2001827c20b80ba80b8a92f0d244f985 (patch)
treee2ebe3260fc013f3b14d28c6722b97fd51171339
parent6dab1e15dbbf68eb442f0de03f567e9b79fd1a3d (diff)
downloadxstatic-jquery-ui-git-40c3715d2001827c20b80ba80b8a92f0d244f985.tar.gz
fix pypi package name
-rw-r--r--xstatic/pkg/jquery_ui/__init__.py2
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')