diff --git a/pyproject.toml b/pyproject.toml index 2618b16..524daaf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = [ ] license = { file = "LICENSE" } readme = "README.md" -version = "0.3.2" +version = "0.3.3" dependencies = [ "httpx[http2]", "python-dateutil", "attrs" ] @@ -28,7 +28,7 @@ requires = ["setuptools"] build-backend = "setuptools.build_meta" [tool.setuptools.packages.find] -include = ["autotraders*"] +include = ["ftc_api*"] exclude = ["source*", "tests*", "venv*", "custom_templates*"] [project.urls]