-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ci): add dynamic fields and badge
- Loading branch information
Showing
2 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,13 +6,27 @@ requires = ["hatchling", "hatch-fancy-pypi-readme"] | |
authors = [ | ||
{name = "Jérome Eertmans", email = "[email protected]"}, | ||
] | ||
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] | ||
|