Fixed website statics packaging issue
This commit is contained in:
parent
e1957f39af
commit
12176bbed9
3 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
<header class="top-bar">
|
||||
<div class="top-bar-wrapper">
|
||||
<div>
|
||||
<h1>NXBT</h1><div class="mono">v0.1.1</div>
|
||||
<h1>NXBT</h1><div class="mono">v0.1.2</div>
|
||||
</div>
|
||||
<div id="status-indicator" class="hidden surface-lighter">
|
||||
<div id="status-indicator-light" class="indicator-yellow"></div>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[metadata]
|
||||
name = nxbt
|
||||
version = 0.1.1
|
||||
version = 0.1.2
|
||||
author = Reece Walsh
|
||||
author-email = reece@brikwerk.com
|
||||
project_urls =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue