fix-installation.patch 401 B

123456789101112131415
  1. Subject: Fix installation path
  2. Author: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
  3. Date: 2018-01-08
  4. Forwarded: yes
  5. --- a/setup.py
  6. +++ b/setup.py
  7. @@ -14,6 +14,7 @@
  8. identification library. It makes use of the local magic database and
  9. supports both textual and MIME-type output.
  10. """,
  11. + packages=["magic"],
  12. keywords="mime magic file",
  13. license="MIT",
  14. test_suite='test',