Skip to content

Commit

Permalink
Move package data configuration to MANIFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
dontseyit committed Nov 2, 2023
1 parent 64462ad commit e566e34
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include src/hexkit/providers/s3/test_files/*.yaml
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,3 @@ Repository = "https://github.com/ghga-de/hexkit"

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

[tool.setuptools.package-data]
"hexkit.providers.s3.test_files" = ["*.yaml"]

0 comments on commit e566e34

Please sign in to comment.