Subject: Fix installation path Author: Christoph Biedl Date: 2018-01-08 Forwarded: yes --- a/setup.py +++ b/setup.py @@ -14,6 +14,7 @@ identification library. It makes use of the local magic database and supports both textual and MIME-type output. """, + packages=["magic"], keywords="mime magic file", license="MIT", test_suite='test',