Skip to content

Commit

Permalink
added exclude files to slim down package build
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyThadikaran committed Apr 22, 2024
1 parent fb9a112 commit d5bdea1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,9 @@ dependencies = ["requests>=2.31.0", "mthrottle>=0.0.1"]
[project.urls]
"Homepage" = "https://github.com/BennyThadikaran/BseIndiaApi"
"Bug Tracker" = "https://github.com/BennyThadikaran/BseIndiaApi/issues"

[tool.hatch.build.targets.sdist]
exclude = ["docs", "tests", ".github", "src/samples", "src/examples"]

[tool.hatch.build.targets.wheel]
exclude = ["docs", "tests", ".github", "src/samples", "src/examples"]

0 comments on commit d5bdea1

Please sign in to comment.