X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=setup.py;h=9ae03afa192aa1a59a015c102939ae10e34f860e;hb=df3717384c52cf77fdc26e6fb160890928d2fd85;hp=82f1b86ae47f3614920e283b0d61d171ed95cd19;hpb=c0f01b82c632292758c64d0007cd030d1fb5c34d;p=m_librarian.git diff --git a/setup.py b/setup.py index 82f1b86..9ae03af 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/*.mo', 'translations/*.po', + 'web/static/style.css', 'web/views/*.py', 'web/views/*.tmpl', ] }, scripts=['scripts/ml-import.py', 'scripts/ml-initdb.py',