Commit 33ed1da4 authored by Weblate's avatar Weblate

Merge remote-tracking branch 'origin/master'

parents 93e4af3b 88120b7f
...@@ -12,6 +12,7 @@ recursive-include weblate/static * ...@@ -12,6 +12,7 @@ recursive-include weblate/static *
recursive-include weblate/html *.txt recursive-include weblate/html *.txt
recursive-include weblate/html *.html recursive-include weblate/html *.html
recursive-include weblate/html *.svg recursive-include weblate/html *.svg
recursive-include weblate/locale *.pot
recursive-include weblate/locale *.po recursive-include weblate/locale *.po
recursive-include weblate/locale *.mo recursive-include weblate/locale *.mo
recursive-include docs *.rst recursive-include docs *.rst
......
...@@ -19,5 +19,5 @@ check ...@@ -19,5 +19,5 @@ check
INSTALLED_DIR=`find $INSTALL_DIR -name '*-packages' -type d` INSTALLED_DIR=`find $INSTALL_DIR -name '*-packages' -type d`
BIN_DIR=`find $INSTALL_DIR -name 'bin' -type d` BIN_DIR=`find $INSTALL_DIR -name 'bin' -type d`
diff -ruNp weblate/html $INSTALLED_DIR/weblate/html diff -ruNqp -x '*.swp' -x '*.pyc' weblate $INSTALLED_DIR/weblate
check check
...@@ -4,7 +4,7 @@ Changes ...@@ -4,7 +4,7 @@ Changes
weblate 2.6 weblate 2.6
----------- -----------
Released on ? 2016. Released on Apr 28th 2016.
* Fixed validation of subprojects with language filter. * Fixed validation of subprojects with language filter.
* Improved support for XLIFF files. * Improved support for XLIFF files.
......
...@@ -36,6 +36,8 @@ setup( ...@@ -36,6 +36,8 @@ setup(
version='2.6', version='2.6',
packages=[ packages=[
'weblate', 'weblate',
'weblate.api',
'weblate.api.migrations',
'weblate.accounts', 'weblate.accounts',
'weblate.accounts.management', 'weblate.accounts.management',
'weblate.accounts.management.commands', 'weblate.accounts.management.commands',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment