X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=setup.py;h=cfe8db3186a5da97164cca822a6915da072f6952;hb=ced17ee7dd16622f1e5cf55f838301993f7ac3f7;hp=82f1b86ae47f3614920e283b0d61d171ed95cd19;hpb=c0f01b82c632292758c64d0007cd030d1fb5c34d;p=m_librarian.git diff --git a/setup.py b/setup.py index 82f1b86..cfe8db3 100755 --- 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',