Skip to content

Commit

Permalink
Update packaging settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiggi committed Apr 3, 2024
1 parent 4c740fe commit 832e75e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file modified docs/source/static/package_release.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ write_to = "pycolorbar/_version.py"

[tool.setuptools]
license-files = ["LICENSE"]
packages = ["pycolorbar"] # explicitly list the packages in modules

[tool.setuptools.packages.find]
include = ["pycolorbar*"]

[tool.pytest.ini_options]
addopts = "--cov --cov-report term-missing --cov-report xml --cov-report lcov:lcov.info"
Expand Down

0 comments on commit 832e75e

Please sign in to comment.