]> git.phdru.name Git - m_librarian.git/blobdiff - setup.py
Feat: Store lock file in a shared directory
[m_librarian.git] / setup.py
index 82f1b86ae47f3614920e283b0d61d171ed95cd19..cfe8db3186a5da97164cca822a6915da072f6952 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -59,7 +59,8 @@ setup(
     packages=['m_librarian', 'm_librarian.web'],
     package_data={'m_librarian': [
         'glst/*.txt', 'glst/genres_*.glst',
-        'translations/*.mo'
+        'translations/*.mo', 'translations/*.po',
+        'web/static/style.css', 'web/views/*.py', 'web/views/*.tmpl',
         ]
     },
     scripts=['scripts/ml-import.py', 'scripts/ml-initdb.py',