mirror of
https://github.com/pruzko/hakuin
synced 2024-11-08 13:59:15 +01:00
installation fixed
This commit is contained in:
parent
591373911c
commit
73e4570f85
@ -7,14 +7,15 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
|
|
||||||
[tool.setuptools.packages.find]
|
[tool.setuptools.packages.find]
|
||||||
where = ["."]
|
include = ["hakuin*"]
|
||||||
include = ["hakuin"]
|
|
||||||
|
|
||||||
|
|
||||||
[tool.setuptools.package-data]
|
[tool.setuptools.package-data]
|
||||||
hakuin = [
|
hakuin = [
|
||||||
"data/models/*.pkl",
|
"data/models/*.pkl",
|
||||||
"data/queries/*.jinja",
|
"data/queries/DBMS/*.jinja",
|
||||||
|
"data/queries/MySQL/*.jinja",
|
||||||
|
"data/queries/SQLite/*.jinja",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user