diff --git a/ftc_api/custom_templates/client.py.jinja b/custom_templates/client.py.jinja similarity index 100% rename from ftc_api/custom_templates/client.py.jinja rename to custom_templates/client.py.jinja diff --git a/ftc_api/custom_templates/endpoint_module.py.jinja b/custom_templates/endpoint_module.py.jinja similarity index 100% rename from ftc_api/custom_templates/endpoint_module.py.jinja rename to custom_templates/endpoint_module.py.jinja diff --git a/ftc_api/custom_templates/package_init.py.jinja b/custom_templates/package_init.py.jinja similarity index 100% rename from ftc_api/custom_templates/package_init.py.jinja rename to custom_templates/package_init.py.jinja diff --git a/ftc_api/custom_templates/pyproject.toml.jinja b/custom_templates/pyproject.toml.jinja similarity index 100% rename from ftc_api/custom_templates/pyproject.toml.jinja rename to custom_templates/pyproject.toml.jinja diff --git a/pyproject.toml b/pyproject.toml index 5304e7f..2618b16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,8 +27,9 @@ dev = [ requires = ["setuptools"] build-backend = "setuptools.build_meta" -[tool.setuptools] -packages = ["ftc_api"] +[tool.setuptools.packages.find] +include = ["autotraders*"] +exclude = ["source*", "tests*", "venv*", "custom_templates*"] [project.urls] "Homepage" = "https://arihant2math.github.io/ftc-api/"