8000 Fix builds · FirebirdSQL/python3-lib@773bc11 · GitHub
[go: up one dir, main page]

Skip to content

Commit 773bc11

Browse files
committed
Fix builds
1 parent 3ababa7 commit 773bc11

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@ Source = "https://github.com/FirebirdSQL/python3-lib"
4343
[tool.hatch.version]
4444
path = "src/firebird/lib/__about__.py"
4545

46-
[tool.hatch.build]
46+
[tool.hatch.build.targets.sdist]
47+
include = ["src"]
48+
49+
[tool.hatch.build.targets.wheel]
4750
packages = ["src/firebird"]
4851

4952
[tool.hatch.envs.default]

0 commit comments

Comments
 (0)
0