fix: editable install

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
Aaron
2023-08-15 03:57:53 -04:00
parent ceffdbb543
commit accc8d0d15

View File

@@ -155,7 +155,6 @@ allow-direct-references = true
[tool.hatch.build.targets.wheel]
only-include = ["src/openllm"]
sources = ["src"]
dev-mode-dirs = ["."]
[tool.hatch.build.targets.sdist]
exclude = ["/.git_archival.txt"]
[tool.hatch.build.targets.wheel.hooks.mypyc]