Merge pull request #3 from joshlay/fix-readme-pypi
cut new release with absolute URLs for PyPi screenshots
This commit is contained in:
commit
181997179a
2 changed files with 3 additions and 3 deletions
|
@ -20,10 +20,10 @@ Simple TUI _(using [Textual](https://textual.textualize.io/))_ that shows AMD GP
|
||||||
- Target
|
- Target
|
||||||
|
|
||||||
Main screen:
|
Main screen:
|
||||||
![Screenshot of main screen](screens/main.png "Main screen")
|
![Screenshot of main screen](https://raw.githubusercontent.com/joshlay/amdgpu_stats/master/screens/main.png "Main screen")
|
||||||
|
|
||||||
Log screen:
|
Log screen:
|
||||||
![Screenshot of log screen](screens/logging.png "Logging screen")
|
![Screenshot of log screen](https://raw.githubusercontent.com/joshlay/amdgpu_stats/master/screens/logging.png "Logging screen")
|
||||||
|
|
||||||
Statistics are not logged; only toggling Dark/light mode and the stat names / source files.
|
Statistics are not logged; only toggling Dark/light mode and the stat names / source files.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "amdgpu-stats"
|
name = "amdgpu-stats"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
description = "A simple TUI (using Textual) that shows AMD GPU statistics"
|
description = "A simple TUI (using Textual) that shows AMD GPU statistics"
|
||||||
authors = ["Josh Lay <pypi@jlay.io>"]
|
authors = ["Josh Lay <pypi@jlay.io>"]
|
||||||
repository = "https://github.com/joshlay/amdgpu_stats"
|
repository = "https://github.com/joshlay/amdgpu_stats"
|
||||||
|
|
Reference in a new issue