Skip to content

Commit

Permalink
Merge pull request #143 from octoenergy/package-fields
Browse files Browse the repository at this point in the history
Autodiscover packages to be included in the artefact
  • Loading branch information
jarshwah authored Mar 12, 2024
2 parents 955adcc + 5defadd commit f755143
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,9 @@ changelog = "https://github.com/octoenergy/xocto/blob/main/CHANGELOG.md"
documentation = "https://xocto.readthedocs.io"
issues = "https://github.com/octoenergy/xocto/issues"

[tool.setuptools]
packages = ["xocto", "xocto.events", "xocto.storage"]
[tool.setuptools.packages.find]
include = ["xocto*"]
namespaces = false

[tool.setuptools.package-data]
"xocto" = ["py.typed"]
Expand Down

0 comments on commit f755143

Please sign in to comment.