Skip to content

Commit

Permalink
Remove redundant package-data section
Browse files Browse the repository at this point in the history
  • Loading branch information
realshouzy committed Jun 8, 2024
1 parent b56ce1e commit 1c37752
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ auto-file-sorter = "auto_file_sorter.main:main"
packages = ["auto_file_sorter"]
license-files = ["LICENSE"]

[tool.setuptools.package-data]
auto_file_sorter = ["py.typed"]

[tool.setuptools.dynamic]
version = { attr = "auto_file_sorter.__version__" }
dependencies = { file = "requirements.txt" }
Expand Down

0 comments on commit 1c37752

Please sign in to comment.