summaryrefslogtreecommitdiff
path: root/xstatic/pkg/jsencrypt/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'xstatic/pkg/jsencrypt/__init__.py')
-rw-r--r--xstatic/pkg/jsencrypt/__init__.py10
1 files changed, 6 insertions, 4 deletions
diff --git a/xstatic/pkg/jsencrypt/__init__.py b/xstatic/pkg/jsencrypt/__init__.py
index 2594006..2850772 100644
--- a/xstatic/pkg/jsencrypt/__init__.py
+++ b/xstatic/pkg/jsencrypt/__init__.py
@@ -11,7 +11,7 @@ NAME = __name__.split('.')[-1] # package name (e.g. 'foo' or 'foo_bar')
# please use a all-lowercase valid python
# package name
-VERSION = '2.3.0' # version of the packaged files, please use the upstream
+VERSION = '2.3.1' # version of the packaged files, please use the upstream
# version number
BUILD = '0' # our package build number, so we can release new builds
# with fixes for xstatic stuff.
@@ -24,20 +24,22 @@ CLASSIFIERS = []
KEYWORDS = '%s xstatic' % NAME
# XStatic-* package maintainer:
-MAINTAINER = 'Radomir Dopieralski'
-MAINTAINER_EMAIL = 'openstack@sheep.art.pl'
+MAINTAINER = 'Rob Cresswell'
+MAINTAINER_EMAIL = 'robert.cresswell@outlook.com'
# this refers to the project homepage of the stuff we packaged:
HOMEPAGE = 'http://travistidwell.com/jsencrypt/'
# this refers to all files:
-LICENSE = '(same as %s)' % DISPLAY_NAME
+LICENSE = 'MIT'
from os.path import join, dirname
BASE_DIR = join(dirname(__file__), 'data')
# linux package maintainers just can point to their file locations like this:
#BASE_DIR = '/usr/share/javascript/jsencrypt'
+MAIN='jsencrypt.js'
+
LOCATIONS = {
# CDN locations (if no public CDN exists, use an empty dict)
# if value is a string, it is a base location, just append relative