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