X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=setup.py;h=5eb04b5718fd4c0ce50e29efb414ab5a7e3d462f;hb=4bcaea43780624e1b852d7a6d05bb0d180dd3b94;hp=cfe8db3186a5da97164cca822a6915da072f6952;hpb=ddeb31dfe19724f8899cc1d89cc22885c9f819c3;p=m_librarian.git diff --git a/setup.py b/setup.py index cfe8db3..5eb04b5 100755 --- a/setup.py +++ b/setup.py @@ -55,11 +55,12 @@ 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/*.po', + 'translations_dir/*.mo', 'translations_dir/*.po', 'web/static/style.css', 'web/views/*.py', 'web/views/*.tmpl', ] },