Skip to content

Commit

Permalink
fixed autodetection
Browse files Browse the repository at this point in the history
  • Loading branch information
arihant2math committed Oct 17, 2023
1 parent 54c796a commit f888e35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
Expand All @@ -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]
Expand Down

0 comments on commit f888e35

Please sign in to comment.