From 363dc87c3ca872880b722af6422bfbcc51f8496f Mon Sep 17 00:00:00 2001 From: dylanljones Date: Fri, 20 Oct 2023 17:35:08 +0200 Subject: [PATCH] build: move metadata to pyproject.toml --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -----------------------------------------------------------------------------