Skip to content

Commit

Permalink
fix: dev: use the correct packaging bits instead of auto-discovery
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen L Arnold <[email protected]>
  • Loading branch information
sarnold committed Jan 25, 2025
1 parent 20a28c5 commit cd3980a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ authors = ["mingrammer <[email protected]>"]
readme = "README.md"
homepage = "https://diagrams.mingrammer.com"
repository = "https://github.com/mingrammer/diagrams"
include = ["resources/**/*"]
packages = [
{ include = "diagrams", from = "." }
]
include = [
{ path = "resources", format = ["sdist", "wheel"] }
]

[tool.poetry.scripts]
diagrams="diagrams.cli:main"
Expand Down

0 comments on commit cd3980a

Please sign in to comment.