Skip to content

Commit 7f9c2f1

Browse files
committed
🔖 re-release v2.5.3
# 2.5.3 * [FIX] transfer `TEXT` default * [FIX] removed the Hatch `sources = ["src"]` rewrite so `sdists` now keep the `src/sqlite3_to_mysql` tree, letting wheels built from the sdist include the actual package
1 parent db691ae commit 7f9c2f1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# 2.5.3
22

33
* [FIX] transfer `TEXT` default
4+
* [FIX] removed the Hatch `sources = ["src"]` rewrite so `sdists` now keep the `src/sqlite3_to_mysql` tree, letting
5+
wheels built from the sdist include the actual package
46

57
# 2.5.2
68

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,6 @@ dev = [
9292
[tool.hatch.version]
9393
path = "src/sqlite3_to_mysql/__init__.py"
9494

95-
[tool.hatch.build]
96-
sources = ["src"]
97-
9895
[tool.hatch.build.targets.sdist]
9996
include = [
10097
"src",

0 commit comments

Comments
 (0)