From 53d0e7f51c1a74f49e3b2d54caae5a3694ca7547 Mon Sep 17 00:00:00 2001 From: checktheroads Date: Mon, 24 Feb 2020 08:20:20 -0700 Subject: [PATCH] add assets & ui to packages --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 4745e6b..01d2910 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" +packages = [{include = "images"}, {include = "ui"}] include = ["images/**/*", "ui/**/*"] [tool.poetry.scripts]