From 4b283a9bdc49b9cd85d80da04a57e30aa18d606a Mon Sep 17 00:00:00 2001 From: Reimar Bauer Date: Sat, 25 Feb 2012 11:32:32 +0100 Subject: homepage and display name corrected --- xstatic/pkg/jquery_ui/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xstatic/pkg/jquery_ui/__init__.py') diff --git a/xstatic/pkg/jquery_ui/__init__.py b/xstatic/pkg/jquery_ui/__init__.py index 78bc0b7..338c47a 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') @@ -28,7 +28,7 @@ MAINTAINER = 'Reimar Bauer' MAINTAINER_EMAIL = 'rb.proj@googlemail.com' # this refers to the project homepage of the stuff we packaged: -HOMEPAGE = 'http://arshaw.com/fullcalendar/' +HOMEPAGE = 'http://jqueryui.com/' # this refers to all files: LICENSE = '(same as %s)' % DISPLAY_NAME -- cgit v1.2.1