Skip to content

Commit

Permalink
fix package publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
DeNeutoy committed Sep 2, 2024
1 parent f411e3c commit 6df1c3e
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 @@ -29,8 +29,9 @@ dependencies = [
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
packages = ["orb_models"]
[tool.setuptools.packages.find]
where = ["."]
include = ["orb_models*"]

[project.urls]
Homepage = "https://github.com/orbital-materials/orb-models"
Expand Down

0 comments on commit 6df1c3e

Please sign in to comment.