Skip to content

Commit

Permalink
fix(ci): add dynamic fields and badge
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans committed Jun 18, 2024
1 parent 3cccd08 commit 2309186
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# sionna-vispy

[![Latest Release][pypi-version-badge]][pypi-version-url]
[![Python version][pypi-python-version-badge]][pypi-version-url]

A [VisPy](https://github.com/vispy/vispy)
backend to preview
[Sionna](https://github.com/NVlabs/sionna) scenes
Expand Down Expand Up @@ -127,3 +130,8 @@ This project welcomes any contribution, and especially:

As stated above, new features are not expected to be added, unless they are also
added to the original pythreejs previewer.

[pypi-version-badge]: https://img.shields.io/pypi/v/sionna-vispy?label=sionna-vispy
[pypi-version-url]: https://pypi.org/project/sionna-vispy/
[pypi-python-version-badge]: https://img.shields.io/pypi/pyversions/sionna-vispy
[pypi-download-badge]: https://img.shields.io/pypi/dm/sionna-vispy
16 changes: 15 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,27 @@ requires = ["hatchling", "hatch-fancy-pypi-readme"]
authors = [
{name = "Jérome Eertmans", email = "jeertmans@icloud.com"},
]
classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Topic :: Multimedia :: Graphics",
"Topic :: Scientific/Engineering",
]
dependencies = [
"sionna>=0.18.0",
"vispy>=0.14.2",
]
description = "VisPy scene previewer for Sionna"
dynamic = ["readme", "version"]
keywords = ["sionna", "vispy", "raytracing", "preview"]
license = "MIT"
name = "sionna-vispy"
readme = "README.md"
requires-python = ">= 3.8"

[project.optional-dependencies]
Expand Down

0 comments on commit 2309186

Please sign in to comment.