From c4d46a187f7fc90a7b36bf18aef504dbccd257f7 Mon Sep 17 00:00:00 2001 From: Benson Muite Date: Sat, 12 Apr 2025 09:43:11 +0000 Subject: [PATCH] Clarify libmagic needs to be installed separately See installation instructions at https://pypi.org/project/python-magic/ --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 377c2409..289cd8c1 100755 --- a/setup.py +++ b/setup.py @@ -116,7 +116,7 @@ setup( # Some requires are only needed for very limited cases: # * biplist is only used for parsing Apple .ipa files # * pycountry is only for linting config/mirrors.yml - # * python-magic is preferred when libmagic is available, but its not in pypi.org + # * python-magic is preferred when the C library libmagic is installed extras_require={ 'optional': [ 'biplist',