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 3d168a3 commit ed68bb5Copy full SHA for ed68bb5
1 file changed
pyproject.toml
@@ -89,6 +89,9 @@ dev = [
89
[tool.hatch.version]
90
path = "src/mysql_to_sqlite3/__init__.py"
91
92
+[tool.hatch.build]
93
+sources = ["src"]
94
+
95
[tool.hatch.build.targets.sdist]
96
include = [
97
"src",
@@ -101,6 +104,7 @@ include = [
101
104
]
102
105
103
106
[tool.hatch.build.targets.wheel]
107
+packages = ["src/mysql_to_sqlite3"]
108
include = ["src/mysql_to_sqlite3/py.typed"]
109
110
[project.scripts]
0 commit comments