File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changes to 0.4.25:
22 - Support os.PathLike values in Magic.from_file and magic.from_file
3+ - Handle some versions of libmagic that return mime string without charset
4+ - Fix tests for file 5.41
5+ - Include typing stub in package
36
47Changes to 0.4.24:
58 - Fix regression in library loading on some Alpine docker images.
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ def read(file_name):
1818 author = 'Adam Hupp' ,
1919 author_email = 'adam@hupp.org' ,
2020 url = "http://github.com/ahupp/python-magic" ,
21- version = '0.4.24 ' ,
21+ version = '0.4.25 ' ,
2222 long_description = read ('README.md' ),
2323 long_description_content_type = 'text/markdown' ,
2424 packages = ['magic' ],
2525 package_data = {
26- 'magic' : ['py.typed' , '__init__ .pyi' ],
26+ 'magic' : ['py.typed' , '*.pyi' , '**/* .pyi' ],
2727 },
2828 keywords = "mime magic file" ,
2929 license = "MIT" ,
You can’t perform that action at this time.
0 commit comments