From d680ba86686339659718eef775ed8f1ee3d74488 Mon Sep 17 00:00:00 2001 From: Amith Koujalgi Date: Thu, 26 Oct 2023 00:32:37 +0530 Subject: [PATCH] Static folder fix --- README.md | 2 +- README.rst | 8 +++++++- setup.py | 2 +- version.json | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3b93c94..3dac6d4 100644 --- a/README.md +++ b/README.md @@ -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/ diff --git a/README.rst b/README.rst index 61a85f2..371cc62 100644 --- a/README.rst +++ b/README.rst @@ -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 ~~~~~~~~~~~ @@ -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 diff --git a/setup.py b/setup.py index c62bf8a..13fd6fe 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ def get_description() -> str: author_email='koujalgi.amith@gmail.com', packages=find_packages(include=['sys_stats', 'sys_stats.api']), package_data={ - 'sys_stats': ['static/*'], + 'sys_stats': ['static/**/*'], }, entry_points={ 'console_scripts': [ diff --git a/version.json b/version.json index d2b1e97..7f28804 100644 --- a/version.json +++ b/version.json @@ -1 +1 @@ -{"MAJOR": 0, "MINOR": 0, "MICRO": 13} \ No newline at end of file +{"MAJOR": 0, "MINOR": 0, "MICRO": 14} \ No newline at end of file