Skip to content

Commit

Permalink
Make pypi ignore docs so that resulting package is not massive
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolm-sparkfun committed Jan 20, 2025
1 parent 9e81fb5 commit 29177cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,8 @@ packages = ["qwiic"]
[tool.setuptools.package-data]
qwiic = ["drivers/**/*", "drivers_linux_only/**/*"]

[tool.setuptools.exclude-package-data]
qwiic = ["*/docs/*"]

[tool.setuptools.dynamic]
dependencies = {file = "install_requirements.txt"}

0 comments on commit 29177cd

Please sign in to comment.