Skip to content

Commit

Permalink
fix: Bundle assets (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
Heiko Nickerl authored Aug 2, 2021
1 parent d76034d commit 2423f78
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ license = "GPL-3.0-only"
readme = "README.md"
homepage = "https://github.com/hnicke/sodalite"
repository = "https://github.com/hnicke/sodalite"
include = [
"CHANGELOG.md", "docs/sodalite.conf",
"docs/sodalite.1.md", "docs/sodalite.1",
"docs/sodalite-open.1.md", "docs/sodalite-open.1",
]

[tool.poetry.scripts]
sodalite = 'sodalite.__main__:main'
Expand Down

0 comments on commit 2423f78

Please sign in to comment.