Files @ 5ebeba51e2ff
Branch filter:

Location: majic-scripts/pyproject.toml

branko
[cheatsheet_viewer.sh] Added support for displaying cheatsheet in overlay mode:

- Current window focus is preserved. Cheatsheet is shown as
always-on-top.
- Fix inconsitency in pqiv window title naming between display and
toggle commands.
[project]
name = "majic-scripts"
description = "Collection of various scripts, primarly oriented towards personal use."
license = {text = "GPL-3.0-or-later"}
authors = [{name = "Branko Majic", email = "branko@majic.rs"}]
maintainers = [{name = "Branko Majic", email = "branko@majic.rs"}]

dynamic = ["dependencies"]

version = "2025.03.02"
requires-python = ">= 3.11"

classifiers = [
  "Development Status  :: 4 - Beta",
  "Environment :: Console",
  "Intended Audience :: Developers",
  "Intended Audience :: End Users/Desktop",
  "Intended Audience :: System Administrators",
  "Natural Language :: English",
  "Operating System :: POSIX :: Linux",
  "Programming Language :: Python :: 3.11",
  "Programming Language :: Unix Shell",
  "Topic :: Utilities",
]

[project.urls]
Homepage = "https://code.majic.rs/majic-scripts"
Repository = "https://code.majic.rs/majic-scripts"

[project.scripts]
mapping-generator = "utils.mapping_generator:cli"

[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
packages = ["utils"]

[tool.setuptools.dynamic]
dependencies = {file  = ["requirements.txt"]}