1
0
mirror of https://github.com/pruzko/hakuin synced 2024-09-16 20:31:33 +02:00

installation fixed

This commit is contained in:
Jakub Pruzinec 2023-12-06 16:12:15 +01:00
parent 591373911c
commit 73e4570f85

View File

@ -7,14 +7,15 @@ build-backend = "setuptools.build_meta"
[tool.setuptools.packages.find]
where = ["."]
include = ["hakuin"]
include = ["hakuin*"]
[tool.setuptools.package-data]
hakuin = [
"data/models/*.pkl",
"data/queries/*.jinja",
"data/queries/DBMS/*.jinja",
"data/queries/MySQL/*.jinja",
"data/queries/SQLite/*.jinja",
]