Explorar el Código

Exclude dist folder when creating source package

Matthias Reso hace 1 año
padre
commit
bd9f933c77
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      pyproject.toml

+ 5 - 0
pyproject.toml

@@ -24,6 +24,11 @@ dynamic = ["dependencies"]
 "Homepage" = "https://github.com/facebookresearch/llama-recipes/"
 "Bug Tracker" = "https://github.com/facebookresearch/llama-recipes/issues"
 
+[tool.hatch.build]
+exclude = [
+  "dist/*",
+]
+
 [tool.hatch.build.targets.wheel]
 packages = ["src/llama_recipes"]