diff --git a/pyproject.toml b/pyproject.toml index d780181..0015c14 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,8 +2,9 @@ requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" -[tool.setuptools] -packages = ["notion"] +[tool.setuptools.packages.find] +where = ["."] +include = ["notion*"] [project] name = "sdk-notion"