Skip to content

Commit 7b4146a

Browse files
committed
fix(setuptools): fix setuptools discovery package
1 parent 85e7461 commit 7b4146a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ issues = "https://github.com/aaclause/basiliskLLM/issues"
1717
requires = ["cx_freeze>+7.0.0", "setuptools>=64.0.0", "setuptools_scm>=8"]
1818
build-backend = "cx_freeze.build"
1919
requires-python = ">=3.12"
20-
20+
[tool.setuptools]
21+
packages = ["basilisk"]
2122
[tool.setuptools_scm]
2223

2324
[tool.poetry]

0 commit comments

Comments
 (0)