Skip to content

Commit ed68bb5

Browse files
committed
🐛 fix pyproject.toml build sources and specify package inclusion for sdist and wheel
1 parent 3d168a3 commit ed68bb5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ dev = [
8989
[tool.hatch.version]
9090
path = "src/mysql_to_sqlite3/__init__.py"
9191

92+
[tool.hatch.build]
93+
sources = ["src"]
94+
9295
[tool.hatch.build.targets.sdist]
9396
include = [
9497
"src",
@@ -101,6 +104,7 @@ include = [
101104
]
102105

103106
[tool.hatch.build.targets.wheel]
107+
packages = ["src/mysql_to_sqlite3"]
104108
include = ["src/mysql_to_sqlite3/py.typed"]
105109

106110
[project.scripts]

0 commit comments

Comments
 (0)