pull/1128/merge
Nick Bathum 2 weeks ago committed by GitHub
commit 437461b842
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -7,7 +7,7 @@ authors = ["mingrammer <mingrammer@gmail.com>"]
readme = "README.md" readme = "README.md"
homepage = "https://diagrams.mingrammer.com" homepage = "https://diagrams.mingrammer.com"
repository = "https://github.com/mingrammer/diagrams" repository = "https://github.com/mingrammer/diagrams"
include = ["resources/**/*"] include = [{ path = "resources/**/*", format = ["sdist", "wheel"] }]
[tool.poetry.scripts] [tool.poetry.scripts]
diagrams="diagrams.cli:main" diagrams="diagrams.cli:main"

Loading…
Cancel
Save