Skip to content

Commit

Permalink
updated pyproject.toml with auto detection
Browse files Browse the repository at this point in the history
  • Loading branch information
arihant2math committed Oct 17, 2023
1 parent 5c871b4 commit 54c796a
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down

0 comments on commit 54c796a

Please sign in to comment.