Minor metadata fixes

This commit is contained in:
helldh 2026-03-06 17:02:26 +03:00
parent 4dbdc7d793
commit b45ed5c13e

View file

@ -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"