Skip to content

Commit

Permalink
build: Explicitly specify packages to install (fixes #467) (#468)
Browse files Browse the repository at this point in the history
Hint setuptools to only the canopen package.
  • Loading branch information
sveinse authored Jun 24, 2024
1 parent e40d862 commit 1fc63b5
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 @@ -30,6 +30,9 @@ dynamic = ["version"]
documentation = "https://canopen.readthedocs.io/en/stable/"
repository = "https://github.com/christiansandberg/canopen"

[tool.setuptools]
packages = ["canopen"]

[tool.setuptools_scm]
version_file = "canopen/_version.py"

Expand Down

0 comments on commit 1fc63b5

Please sign in to comment.