summaryrefslogtreecommitdiff
path: root/xstatic/pkg/font_awesome/__init__.py
diff options
context:
space:
mode:
authorRob Cresswell <robert.cresswell@outlook.com>2016-08-22 12:25:11 +0100
committerRob Cresswell <robert.cresswell@outlook.com>2016-10-29 10:53:15 +0000
commit8a671c3f6f5cf0248c8c0cb6080db7f11c80bd41 (patch)
treed1076dd6428a5f3b857ba777080d67513f3753f4 /xstatic/pkg/font_awesome/__init__.py
parentaf3f43c575a744d41284d4b2b786ea7b5bef35fc (diff)
downloadxstatic-font-awesome-8a671c3f6f5cf0248c8c0cb6080db7f11c80bd41.tar.gz
Update XStatic-font-awesome to 4.7.0.04.7.0.0
Change-Id: I00ee1e574439598c9eebf0085bbe905bdc35102c
Diffstat (limited to 'xstatic/pkg/font_awesome/__init__.py')
-rw-r--r--xstatic/pkg/font_awesome/__init__.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/xstatic/pkg/font_awesome/__init__.py b/xstatic/pkg/font_awesome/__init__.py
index c0fafaf..f1ac10e 100644
--- a/xstatic/pkg/font_awesome/__init__.py
+++ b/xstatic/pkg/font_awesome/__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 = '4.5.0' # version of the packaged files, please use the upstream
+VERSION = '4.7.0' # 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,14 +24,14 @@ 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 = 'https://fortawesome.github.io/Font-Awesome/'
# this refers to all files:
-LICENSE = '(same as %s)' % DISPLAY_NAME
+LICENSE = 'SIL OFL 1.1'
from os.path import join, dirname
BASE_DIR = join(dirname(__file__), 'data')