Skip to content

Commit 1c37752

Browse files
committed
Remove redundant package-data section
1 parent b56ce1e commit 1c37752

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ auto-file-sorter = "auto_file_sorter.main:main"
5555
packages = ["auto_file_sorter"]
5656
license-files = ["LICENSE"]
5757

58-
[tool.setuptools.package-data]
59-
auto_file_sorter = ["py.typed"]
60-
6158
[tool.setuptools.dynamic]
6259
version = { attr = "auto_file_sorter.__version__" }
6360
dependencies = { file = "requirements.txt" }

0 commit comments

Comments
 (0)