mirror of
https://github.com/catppuccin/matplotlib.git
synced 2026-01-09 05:21:11 +08:00
22 lines
547 B
TOML
22 lines
547 B
TOML
[project]
|
|
name = "catppuccin-matplotlib"
|
|
version = "0.5"
|
|
description = "📊 Soothing pastel theme for matplotlib"
|
|
readme = "README.md"
|
|
authors = [{name = "Bram de Wilde", email = "contact@bramdewilde.com"}]
|
|
dependencies = ["matplotlib"]
|
|
license = {file = "LICENSE"}
|
|
|
|
[project.urls]
|
|
homepage = "https://github.com/brambozz/matplotlib-catppuccin"
|
|
|
|
# [tool.setuptools]
|
|
# packages = ["mplcatppuccin"]
|
|
|
|
# [tool.setuptools.package-dir]
|
|
# mplcattpuccin = "mplcatppuccin"
|
|
|
|
[build-system]
|
|
requires = ["setuptools"]
|
|
build-backend = "setuptools.build_meta"
|