pull/1100/merge
Steve Arnold 2 weeks ago committed by GitHub
commit 9cac423a55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -7,7 +7,12 @@ 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/**/*"] packages = [
{ include = "diagrams", from = "." }
]
include = [
{ path = "resources", format = ["sdist", "wheel"] }
]
[tool.poetry.scripts] [tool.poetry.scripts]
diagrams="diagrams.cli:main" diagrams="diagrams.cli:main"

Loading…
Cancel
Save