Files
sims/pyproject.toml
2026-05-03 20:03:46 +02:00

25 lines
461 B
TOML

[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "sims"
version = "0.0.1"
requires-python = ">= 3.11"
authors = [
]
maintainers = [
]
description = "sims status bar (companion to fenster WM)."
readme = "README.md"
license = {file = "LICENSE"}
[tool.setuptools]
include-package-data = true
[tool.setuptools.packages]
find = { namespaces = true }
[tool.setuptools.package-data]
"*" = ["*.css", "styles"]