diff --git a/pyproject.toml b/pyproject.toml index 7dd6abc..817baf5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,8 +62,8 @@ Repository = "https://github.com/cyberstorm-dev/eas-sdk-python" Documentation = "https://github.com/cyberstorm-dev/eas-sdk-python#readme" "Bug Tracker" = "https://github.com/cyberstorm-dev/eas-sdk-python/issues" -[tool.setuptools.packages.find] -where = ["src/main"] +[tool.setuptools] +package-dir = {"" = "src/main"} [tool.setuptools.package-data] "eas" = ["*.json"]