homepage and display name corrected

This commit is contained in:
Reimar Bauer 2012-02-25 11:32:32 +01:00
parent ff764dd0a7
commit 4b283a9bdc
1 changed files with 2 additions and 2 deletions

View File

@ -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