diff --git a/MANIFEST.in b/MANIFEST.in index d8002f5..b23b4e8 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -4,5 +4,4 @@ include setup.py include ablog/*.py include ablog/templates/*.html include ablog/locale/sphinx.pot -include ablog/locale/*/*/*.mo -include ablog/locale/*/*/*.po +include ablog/locale/*/LC_MESSAGES/sphinx.*o \ No newline at end of file diff --git a/ablog/locale/tr/LC_MESSAGES/sphinx.mo b/ablog/locale/tr/LC_MESSAGES/sphinx.mo new file mode 100644 index 0000000..15c65ca Binary files /dev/null and b/ablog/locale/tr/LC_MESSAGES/sphinx.mo differ diff --git a/setup.py b/setup.py index 3329f16..ff04ea6 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,9 @@ setup( url='http://github.com/abakan/ablog', packages=['ablog'], package_dir={'ablog': 'ablog'}, - package_data={'ablog': ['templates/*.html']}, + package_data={'ablog': ['templates/*.html', + 'locale/sphinx.pot', + 'locale/*/LC_MESSAGES/sphinx.*o']}, license='MIT License', keywords=('Sphinx, extension, blogging, atom feeds'), classifiers=[