Skip to content

Commit b9b9315

Browse files
committed
Fixed package name in pyproject.toml
1 parent 72ee1ea commit b9b9315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
"Topic :: Database :: Database Engines/Servers",
2121
"Typing :: Typed"
2222
]
23-
packages = [{ include = "data_diff" }]
23+
packages = [{ include = "data-diff" }]
2424

2525
[tool.poetry.dependencies]
2626
python = "^3.7"

0 commit comments

Comments
 (0)