Skip to content

Commit cb97a6a

Browse files
committed
Fix find packages
1 parent bb7a036 commit cb97a6a

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
@@ -32,7 +32,7 @@ optional-dependencies.docs = { file = "fme/docs/requirements.txt" }
3232
optional-dependencies.deploy = { file = "fme/deploy-requirements.txt" }
3333

3434
[tool.setuptools.packages.find]
35-
where = ["."]
35+
where = ["fme"]
3636

3737
[tool.setuptools.exclude-package-data]
3838
fme = ["*.tests", "*.tests.*", "tests.*", "tests"]

0 commit comments

Comments
 (0)