add static files & ui to project dist

This commit is contained in:
checktheroads 2020-02-24 07:59:28 -07:00
parent baebf66eb4
commit 1a9800c296

View file

@ -11,6 +11,7 @@ readme = "README.md"
homepage = "https://hyperglass.io"
repository = "https://github.com/checktheroads/hyperglass"
license = "BSD-3-Clause-Clear"
include = ["images/**/*", "ui/**/*"]
[tool.poetry.scripts]
hyperglass = "hyperglass.console:CLI"