Skip to content

Commit

Permalink
Static folder fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Amith Koujalgi committed Oct 25, 2023
1 parent 523c271 commit d680ba8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ An open-source Python tool to provide system stats over a web interface.

![](https://img.shields.io/badge/Python-3.8%2B-blue.svg)

![](https://img.shields.io/badge/sys--stats:_latest_version-0.0.13-green.svg)
![](https://img.shields.io/badge/sys--stats:_latest_version-0.0.14-green.svg)

Project Website: https://amithkoujalgi.github.io/sys-stats/

Expand Down
8 changes: 7 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,12 @@ To specify a different port, run:
sysstats start --port 8055
Check the installed version of sys-stats:

.. code:: bash
sys-stats version
Screenshots
~~~~~~~~~~~

Expand Down Expand Up @@ -183,7 +189,7 @@ The project is released under the MIT License. For more details, consult
the `License <./LICENSE>`__ file.

.. |image1| image:: https://img.shields.io/badge/Python-3.8%2B-blue.svg
.. |image2| image:: https://img.shields.io/badge/sys--stats:_latest_version-0.0.13-green.svg
.. |image2| image:: https://img.shields.io/badge/sys--stats:_latest_version-0.0.14-green.svg
.. |image3| image:: https://i.imgur.com/pdHLGi6.png
.. |image4| image:: https://i.imgur.com/8424Kt4.png
.. |image5| image:: https://i.imgur.com/VabIFk9.png
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def get_description() -> str:
author_email='[email protected]',
packages=find_packages(include=['sys_stats', 'sys_stats.api']),
package_data={
'sys_stats': ['static/*'],
'sys_stats': ['static/**/*'],
},
entry_points={
'console_scripts': [
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"MAJOR": 0, "MINOR": 0, "MICRO": 13}
{"MAJOR": 0, "MINOR": 0, "MICRO": 14}

0 comments on commit d680ba8

Please sign in to comment.