Skip to content

Commit

Permalink
explicitly set include-package-data
Browse files Browse the repository at this point in the history
  • Loading branch information
Esgrove committed Sep 24, 2024
1 parent 0a2c6d7 commit cf9d49d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ build = [
requires = ["setuptools", "wheel", "build"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
# True by default in pyproject.toml, but included for reference
include-package-data = true

[tool.setuptools.packages.find]
where = ["n_vault"]

[tool.black]
# https://black.readthedocs.io/en/stable/usage_and_configuration/the_basics.html#configuration-via-a-file
line-length = 120
Expand Down

0 comments on commit cf9d49d

Please sign in to comment.