7fdb1a200f
Publish plotstyle / build-and-publish (push) Failing after 9s
CI / test:pytest (push) Successful in 20s
CI / lint:ruff (push) Successful in 14s
CI / format:ruff (push) Successful in 17s
CI / typecheck:ty (push) Successful in 15s
CI / vulnerabilities:pip-audit (push) Successful in 18s
38 lines
994 B
TOML
38 lines
994 B
TOML
[build-system]
|
|
requires = ["uv_build>=0.11.19,<0.12.0"]
|
|
build-backend = "uv_build"
|
|
|
|
[project]
|
|
name = "plotstyle"
|
|
version = "1.0.0"
|
|
description = "KIT corporate-design matplotlib styling toolkit for consistent scientific figures"
|
|
readme = "README.md"
|
|
requires-python = ">=3.8"
|
|
license = {text = "MIT"}
|
|
authors = [
|
|
{name = "K. Schmidt"},
|
|
]
|
|
keywords = [
|
|
"matplotlib",
|
|
"plotting",
|
|
"scientific-computing",
|
|
"styling",
|
|
]
|
|
classifiers = [
|
|
"Development Status :: 3 - Alpha",
|
|
"Intended Audience :: Science/Research",
|
|
"License :: OSI Approved :: MIT License",
|
|
"Operating System :: OS Independent",
|
|
"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",
|
|
"Topic :: Scientific/Engineering :: Visualization",
|
|
]
|
|
|
|
dependencies = [
|
|
"matplotlib>=3.7",
|
|
]
|