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