Skip to content

Commit 9070138

Browse files
committed
fix pyproject
1 parent 7b47375 commit 9070138

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ description = "Grit requester client for Python"
99
authors = [{ name = "Rainã Pepe", email = "raina.pepe@outlook.com" }]
1010
dependencies = ["requests"]
1111

12-
[tool.setuptools]
13-
packages = ["grit_requester"]
12+
[tool.setuptools.packages.find]
13+
where = ["."]

0 commit comments

Comments
 (0)