Skip to content

Commit

Permalink
build: move metadata to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanljones committed Oct 20, 2023
1 parent dffbacd commit c3cd72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Documentation = "https://pyrekordbox.readthedocs.io/en/stable/"
Tracker = "https://github.com/dylanljones/pyrekordbox/issues"

[tool.setuptools]
packages = "find"
packages = ["find"]
platforms = ["any"]
zip-safe = false
include-package-data = true
Expand Down

0 comments on commit c3cd72e

Please sign in to comment.