X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=setup.py;h=5eb04b5718fd4c0ce50e29efb414ab5a7e3d462f;hb=4bcaea43780624e1b852d7a6d05bb0d180dd3b94;hp=82f1b86ae47f3614920e283b0d61d171ed95cd19;hpb=c0f01b82c632292758c64d0007cd030d1fb5c34d;p=m_librarian.git diff --git a/setup.py b/setup.py index 82f1b86..5eb04b5 100755 --- a/setup.py +++ b/setup.py @@ -55,11 +55,13 @@ setup( 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', ], packages=['m_librarian', 'm_librarian.web'], package_data={'m_librarian': [ 'glst/*.txt', 'glst/genres_*.glst', - 'translations/*.mo' + 'translations_dir/*.mo', 'translations_dir/*.po', + 'web/static/style.css', 'web/views/*.py', 'web/views/*.tmpl', ] }, scripts=['scripts/ml-import.py', 'scripts/ml-initdb.py',