Skip to content

Commit 54c796a

Browse files
committed
updated pyproject.toml with auto detection
1 parent 5c871b4 commit 54c796a

File tree

5 files changed

+3
-2
lines changed

5 files changed

+3
-2
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ dev = [
2727
requires = ["setuptools"]
2828
build-backend = "setuptools.build_meta"
2929

30-
[tool.setuptools]
31-
packages = ["ftc_api"]
30+
[tool.setuptools.packages.find]
31+
include = ["autotraders*"]
32+
exclude = ["source*", "tests*", "venv*", "custom_templates*"]
3233

3334
[project.urls]
3435
"Homepage" = "https://arihant2math.github.io/ftc-api/"

0 commit comments

Comments
 (0)