Skip to content

Commit

Permalink
add package data, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dontseyit committed Oct 30, 2023
1 parent 01d0e29 commit 6a61ee3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "hexkit"
version = "0.11.0"
version = "0.11.1"
description = "A Toolkit for Building Microservices using the Hexagonal Architecture"
readme = "README.md"
authors = [
Expand Down Expand Up @@ -47,3 +47,6 @@ 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 6a61ee3

Please sign in to comment.