Skip to content

Commit 83642cf

Browse files
committed
🐛 fix pyproject.toml build sources and specify package inclusion for sdist and wheel
1 parent 8c465c3 commit 83642cf

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
@@ -90,6 +90,9 @@ dev = [
9090
[tool.hatch.version]
9191
path = "src/sqlite3_to_mysql/__init__.py"
9292

93+
[tool.hatch.build]
94+
sources = ["src"]
95+
9396
[tool.hatch.build.targets.sdist]
9497
include = [
9598
"src",
@@ -102,6 +105,7 @@ include = [
102105
]
103106

104107
[tool.hatch.build.targets.wheel]
108+
packages = ["src/sqlite3_to_mysql"]
105109
include = ["src/sqlite3_to_mysql/py.typed"]
106110

107111
[project.scripts]

0 commit comments

Comments
 (0)