Skip to content

Commit 03800da

Browse files
Move the module to a package and add py.typed file.
1 parent 84c500d commit 03800da

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
File renamed without changes.

mimeparse/py.typed

Whitespace-only changes.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Chat = "https://gitter.im/falconry/user"
5151

5252
[tool.setuptools]
5353
license-files = ["LICENSE"]
54-
py-modules = ["mimeparse"]
54+
packages = ["mimeparse"]
5555

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

0 commit comments

Comments
 (0)