Skip to content

Commit

Permalink
Updated GUI picture for the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmarsc committed Nov 4, 2024
1 parent 981b29c commit 159f9f6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .pictures/gui_demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ it with nasty macros or fancy libs, just start your debugger !
<b> The DAVE GUI </b>
</p>
<p align="center">
<img src=".pictures/phase.png">
<img src=".pictures/gui_demo.png">
</p>

Currently supported audio containers (both in `float` and `double`) are :
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
long_description = pypi_header + fh.read()
long_description.replace(
'src=".pictures/phase.png"',
f'src="https://github.com/maxmarsc/dave/raw/refs/tags/v{VERSION}/.pictures/phase.png"',
f"unavailable picture",
)

setup(
Expand All @@ -23,6 +23,7 @@
python_requires=">3.10.1",
author_email="[email protected]",
url="https://github.com/maxmarsc/dave",
description="base module for the DAVE debugger extension",
long_description=long_description,
long_description_content_type="text/markdown",
install_requires=["matplotlib==3.9.2", "customtkinter==5.2.2"],
Expand Down

0 comments on commit 159f9f6

Please sign in to comment.