There was an error while loading. Please reload this page.
1 parent 9e26d31 commit e58f95fCopy full SHA for e58f95f
1 file changed
python/pyproject.toml
@@ -1,3 +1,7 @@
1
+[build-system]
2
+requires = ["hatchling"]
3
+build-backend = "hatchling.build"
4
+
5
[project]
6
name = "valuecell"
7
version = "0.1.0"
@@ -33,3 +37,14 @@ quote-style = "double"
33
37
indent-style = "space"
34
38
skip-magic-trailing-comma = false
35
39
line-ending = "auto"
40
41
+[tool.hatch.build.targets.wheel]
42
+include = [
43
+ "valuecell",
44
+]
45
+exclude = [
46
+ "third_party/**",
47
+ "**/third_party/**",
48
+ "tests/**",
49
+ "**/tests/**",
50
0 commit comments