Skip to content

Commit f888e35

Browse files
committed
fixed autodetection
1 parent 54c796a commit f888e35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [
66
]
77
license = { file = "LICENSE" }
88
readme = "README.md"
9-
version = "0.3.2"
9+
version = "0.3.3"
1010
dependencies = [
1111
"httpx[http2]", "python-dateutil", "attrs"
1212
]
@@ -28,7 +28,7 @@ requires = ["setuptools"]
2828
build-backend = "setuptools.build_meta"
2929

3030
[tool.setuptools.packages.find]
31-
include = ["autotraders*"]
31+
include = ["ftc_api*"]
3232
exclude = ["source*", "tests*", "venv*", "custom_templates*"]
3333

3434
[project.urls]

0 commit comments

Comments
 (0)