From 12176bbed95bd9d8830f86959bff7ec79c887d67 Mon Sep 17 00:00:00 2001 From: Brikwerk Date: Thu, 17 Sep 2020 16:41:33 -0700 Subject: [PATCH] Fixed website statics packaging issue --- MANIFEST.in | 4 ++-- nxbt/web/templates/index.html | 2 +- setup.cfg | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index a7184ce..fc9802d 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,7 +2,7 @@ include nxbt/controller/*.py include nxbt/controller/sdp/*.xml include nxbt/web/*.py include nxbt/web/templates/*.html -include nxbt/web/static/*.js -include nxbt/web/static/*.css +include nxbt/web/static/js/*.js +include nxbt/web/static/css/*.css include nxbt/web/static/*.svg include nxbt/web/static/*.png \ No newline at end of file diff --git a/nxbt/web/templates/index.html b/nxbt/web/templates/index.html index bf42305..92cdf4c 100644 --- a/nxbt/web/templates/index.html +++ b/nxbt/web/templates/index.html @@ -11,7 +11,7 @@
-

NXBT

v0.1.1
+

NXBT

v0.1.2