Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRadomir Dopieralski <sheep-devel@sheep.art.pl>2013-05-11 12:10:07 (GMT)
committer Radomir Dopieralski <sheep-devel@sheep.art.pl>2013-05-11 12:10:07 (GMT)
commit8a2384a710e7c1a02e198afc45aed1b794d1b0d7 (patch)
treeca3cb4b71938dccd256e52d0d20ff96ed1d82fec
parentc0071d5fe0a9235f101520fb118679f797733a95 (diff)
Bump version to 1.5.41.5.4
-rwxr-xr-xsetup.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index c60d448..58776c8 100755
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ import setuptools
setuptools.setup(
name='Hatta',
- version='1.5.3',
+ version='1.5.4',
license='GNU General Public License (GPL)',
author='Radomir Dopieralski',
author_email='hatta@sheep.art.pl',
@@ -21,15 +21,19 @@ setuptools.setup(
'jinja2',
# 'pygments',
],
- tests_require=['py.test'],
+ tests_require=['py.test', 'lxml', 'pygments'],
data_files=[
('share/locale/ar/LC_MESSAGES', ['locale/ar/LC_MESSAGES/hatta.mo']),
+ ('share/locale/da/LC_MESSAGES', ['locale/cs/LC_MESSAGES/hatta.mo']),
('share/locale/da/LC_MESSAGES', ['locale/da/LC_MESSAGES/hatta.mo']),
('share/locale/de/LC_MESSAGES', ['locale/de/LC_MESSAGES/hatta.mo']),
('share/locale/es/LC_MESSAGES', ['locale/es/LC_MESSAGES/hatta.mo']),
+ ('share/locale/es/LC_MESSAGES', ['locale/et/LC_MESSAGES/hatta.mo']),
('share/locale/fr/LC_MESSAGES', ['locale/fr/LC_MESSAGES/hatta.mo']),
+ ('share/locale/ja/LC_MESSAGES', ['locale/hu/LC_MESSAGES/hatta.mo']),
('share/locale/ja/LC_MESSAGES', ['locale/ja/LC_MESSAGES/hatta.mo']),
('share/locale/pl/LC_MESSAGES', ['locale/pl/LC_MESSAGES/hatta.mo']),
+ ('share/locale/pl/LC_MESSAGES', ['locale/ru/LC_MESSAGES/hatta.mo']),
('share/locale/sv/LC_MESSAGES', ['locale/sv/LC_MESSAGES/hatta.mo']),
('share/doc/hatta/examples', [
'examples/hatta.fcg',