Minor metadata fixes
This commit is contained in:
parent
4dbdc7d793
commit
b45ed5c13e
1 changed files with 5 additions and 0 deletions
|
|
@ -33,5 +33,10 @@ postgres = ["psycopg2-binary>=2.9.0"]
|
||||||
mysql = ["pymysql>=1.0.0"]
|
mysql = ["pymysql>=1.0.0"]
|
||||||
all = ["psycopg2-binary>=2.9.0", "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]
|
[project.urls]
|
||||||
repository = "https://codeberg.org/zerumarex/pyqt6-scaffold"
|
repository = "https://codeberg.org/zerumarex/pyqt6-scaffold"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue