From 1a9800c296c08eff93387941caf80348eabeb2b0 Mon Sep 17 00:00:00 2001 From: checktheroads Date: Mon, 24 Feb 2020 07:59:28 -0700 Subject: [PATCH] add static files & ui to project dist --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 004d87e..4745e6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"