Repository URL to install this package:
Version:
2.1.1 ▾
|
urwid-uikit
/
pyproject.toml
|
---|
[project]
name = "urwid-uikit"
version = "2.1.1"
description = "Commonly used UI widgets for urwid-based apps"
authors = [{ name = "Tamas Nepusz", email = "tamas@collmot.com" }]
license = "MIT"
requires-python = ">=3.9"
dependencies = ["urwid >= 2.4.4"]
[tool.hatch.build.targets.sdist]
include = ["src"]
[tool.hatch.build.targets.wheel]
packages = ["src/urwid_uikit"]
[[tool.uv.index]]
name = "fury"
url = "https://pypi.fury.io/skybrush/"
publish-url = "https://pypi.fury.io/skybrush/"
[tool.ruff]
lint.ignore = ["B905", "C901", "E402", "E501"]
lint.select = ["B", "C", "E", "F", "W"]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"