From b45ed5c13e7e9a312d9c0f084e752676bfb069f4 Mon Sep 17 00:00:00 2001 From: helldh Date: Fri, 6 Mar 2026 17:02:26 +0300 Subject: [PATCH] Minor metadata fixes --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 41c5f39..d561a8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,5 +33,10 @@ postgres = ["psycopg2-binary>=2.9.0"] mysql = ["pymysql>=1.0.0"] all = ["psycopg2-binary>=2.9.0", "pymysql>=1.0.0"] +[tool.setuptools.packages.find] +where = ["."] +include = ["pyqt6_scaffold*"] +exclude = ["docs*", "README.md"] + [project.urls] repository = "https://codeberg.org/zerumarex/pyqt6-scaffold" \ No newline at end of file