X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=setup.py;h=5eb04b5718fd4c0ce50e29efb414ab5a7e3d462f;hb=784d58347720ada7aca8897dbc2d026026a50f27;hp=9ae03afa192aa1a59a015c102939ae10e34f860e;hpb=5a068e6e04b4441e6efae55619e9b54da2d6a020;p=m_librarian.git diff --git a/setup.py b/setup.py index 9ae03af..5eb04b5 100755 --- a/setup.py +++ b/setup.py @@ -60,7 +60,7 @@ setup( packages=['m_librarian', 'm_librarian.web'], package_data={'m_librarian': [ 'glst/*.txt', 'glst/genres_*.glst', - 'translations/*.mo', 'translations/*.po', + 'translations_dir/*.mo', 'translations_dir/*.po', 'web/static/style.css', 'web/views/*.py', 'web/views/*.tmpl', ] },