Skip to content

Commit

Permalink
Move the module to a package and add py.typed file.
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalkrupinski committed Aug 25, 2024
1 parent 84c500d commit 03800da
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
Empty file added mimeparse/py.typed
Empty file.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Chat = "https://gitter.im/falconry/user"

[tool.setuptools]
license-files = ["LICENSE"]
py-modules = ["mimeparse"]
packages = ["mimeparse"]

[tool.setuptools.dynamic]
version = {attr = "mimeparse.__version__"}

0 comments on commit 03800da

Please sign in to comment.