We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb7a036 commit cb97a6aCopy full SHA for cb97a6a
pyproject.toml
@@ -32,7 +32,7 @@ optional-dependencies.docs = { file = "fme/docs/requirements.txt" }
32
optional-dependencies.deploy = { file = "fme/deploy-requirements.txt" }
33
34
[tool.setuptools.packages.find]
35
-where = ["."]
+where = ["fme"]
36
37
[tool.setuptools.exclude-package-data]
38
fme = ["*.tests", "*.tests.*", "tests.*", "tests"]
0 commit comments