We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57c9fbe commit 722b647Copy full SHA for 722b647
pyproject.toml
@@ -35,6 +35,13 @@ Issues = "https://github.com/victorpoughon/torchlensmaker/issues"
35
requires = ["hatchling"]
36
build-backend = "hatchling.build"
37
38
+[tool.hatch.build.targets.sdist]
39
+exclude = [
40
+ "docs/",
41
+ "test_notebooks/",
42
+ "drafts",
43
+]
44
+
45
[tool.setuptools]
46
package-dir = {"" = "src"}
47
packages = ["torchlensmaker"]
0 commit comments