Skip to content

Commit fad2a9d

Browse files
committed
Fix pyproject.toml
See python-poetry/poetry#475 (comment) This is not sufficient, as there is a bug in poetry (next commit)
1 parent a191857 commit fad2a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
description = "Typing stubs for neomodel"
55
authors = ["Laurent Savaete <[email protected]>"]
66
packages = [
7-
{ include = "neomodel-stubs/**/*.pyi" },
7+
{ include = "neomodel-stubs" },
88
]
99

1010
[tool.poetry.dependencies]

0 commit comments

Comments
 (0)