Skip to content

Commit

Permalink
Hide GitHub alert on PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
Tremeschin committed Aug 16, 2024
1 parent 55d93a9 commit 9b5c838
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
> [!IMPORTANT]
> <sub>Also check out [**ShaderFlow**](https://github.com/BrokenSource/ShaderFlow), where **TurboPipe** shines! 😉</sub>

<!-- PyPI -->
<div align="center">
<a href="https://brokensrc.dev/"><img src="https://raw.githubusercontent.com/BrokenSource/TurboPipe/main/turbopipe/resources/images/turbopipe.png" width="200"></a>
<h1>TurboPipe</h1>
Expand Down
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,15 @@ dependencies = ["moderngl"]
requires-python = ">=3.7"

[build-system]
requires = ["meson-python", "ninja"]
requires = ["meson-python", "ninja", "hatch-fancy-pypi-readme"]
build-backend = "mesonpy"

[tool.hatch.metadata.hooks.fancy-pypi-readme]
content-type = "text/markdown"

[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
start-after = "<!-- PyPI -->"
path = "Readme.md"

[tool.ruff.format]
exclude = ["*"]
2 changes: 1 addition & 1 deletion turbopipe/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
__version__ = "1.0.6"
__version__ = "1.1.0"

if __name__ == "__main__":
print(__version__)

0 comments on commit 9b5c838

Please sign in to comment.