Skip to content

Commit 922965f

Browse files
authored
Specify setuptools packages explicitly (#183)
Resolves #182 Signed-off-by: Mattt Zmuda <[email protected]>
1 parent e7b3f9f commit 922965f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ repository = "https://github.com/replicate/replicate-python"
2929
testpaths = "tests/"
3030

3131
[tool.setuptools]
32-
# See https://github.com/pypa/setuptools/issues/3197#issuecomment-1078770109
33-
py-modules = []
32+
packages = ["replicate"]
3433

3534
[tool.setuptools.package-data]
3635
"replicate" = ["py.typed"]

0 commit comments

Comments
 (0)