Skip to content

Commit

Permalink
fix(setuptools): fix setuptools discovery package
Browse files Browse the repository at this point in the history
  • Loading branch information
clementb49 committed Jun 5, 2024
1 parent 85e7461 commit 7b4146a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ issues = "https://github.com/aaclause/basiliskLLM/issues"
requires = ["cx_freeze>+7.0.0", "setuptools>=64.0.0", "setuptools_scm>=8"]
build-backend = "cx_freeze.build"
requires-python = ">=3.12"

[tool.setuptools]
packages = ["basilisk"]
[tool.setuptools_scm]

[tool.poetry]
Expand Down

0 comments on commit 7b4146a

Please sign in to comment.