diff --git a/pyproject.toml b/pyproject.toml index e23d6a9..187f819 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,11 +57,13 @@ Documentation = "https://pyrekordbox.readthedocs.io/en/stable/" Tracker = "https://github.com/dylanljones/pyrekordbox/issues" [tool.setuptools] -find = {} platforms = ["any"] zip-safe = false include-package-data = true +[tool.setuptools.packages] +find = {} + # -- Build -----------------------------------------------------------------------------