summaryrefslogtreecommitdiff
path: root/xstatic/pkg/jquery/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'xstatic/pkg/jquery/__init__.py')
-rw-r--r--xstatic/pkg/jquery/__init__.py19
1 files changed, 12 insertions, 7 deletions
diff --git a/xstatic/pkg/jquery/__init__.py b/xstatic/pkg/jquery/__init__.py
index ef24a27..fa393e7 100644
--- a/xstatic/pkg/jquery/__init__.py
+++ b/xstatic/pkg/jquery/__init__.py
@@ -1,5 +1,5 @@
"""
-jQuery package (following xstatic standard)
+jQuery package
"""
from os.path import join, dirname
@@ -12,22 +12,27 @@ class JQuery(XStatic):
version = '1.6.1' # for simplicity, use same version as bundled files
base_dir = join(dirname(__file__), 'data')
+ # linux package maintainers just can point to their file locations like this:
# base_dir = '/usr/share/javascript/jquery'
- description = "%s (xstatic packaging standard)" % display_name
+ description = "%s (XStatic packaging standard)" % display_name
platforms = 'any'
classifiers = []
keywords = '%s xstatic' % name
# this all refers to the XStatic-* package:
- author = 'xstatic developers'
- author_email = 'xstatic@example.org'
- license = '(same a %s)' % display_name
- homepage = 'http://xstatic.example.org/'
-
+ author = 'Thomas Waldmann'
+ author_email = 'tw@waldmann-edv.de'
# XXX shall we have another bunch of entries for the bundled files?
# like upstream_author/homepage/download/...?
+ # note: distutils/register can't handle author and maintainer at once.
+
+ # this refers to the project homepage of the stuff we packaged:
+ homepage = 'http://jquery.com/'
+
+ # this refers to all files:
+ license = '(same a %s)' % display_name
locations = {
# if value is a string, it is a base location, just append relative