-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Adding #87 sndhdr update and HD/CD/DVD Image files (thanks to Andy - NebularNerd) - Adding #88 Add .caf mime type (thanks to William Bonnaventure) - Fixing #89 add py.typed to package_data (thanks to Sebastian Kreft) --------- Co-authored-by: Sebastian Kreft <[email protected]> Co-authored-by: Andy <[email protected]> Co-authored-by: William Bonnaventure <[email protected]>
- Loading branch information
1 parent
096bc33
commit 72ee164
Showing
5 changed files
with
75 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
author_email="[email protected]", | ||
description="Pure python implementation of magic file detection", | ||
long_description=long_description, | ||
package_data={"puremagic": ["*.json"]}, | ||
package_data={"puremagic": ["*.json", "py.typed"]}, | ||
packages=["puremagic"], | ||
include_package_data=True, | ||
platforms="any", | ||
|