Skip to content

Commit 27a2f58

Browse files
committed
fix: package reference in pyproject
1 parent 2e564a4 commit 27a2f58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [ "REGDATA SA <info@regdata.ch>" ]
66
license = "REGDATA SA"
77
readme = "README.md"
88
packages = [
9-
{ include = "." }
9+
{ include = "Client" }
1010
]
1111

1212
[tool.poetry.dependencies]

0 commit comments

Comments
 (0)