Files
@ 41ee6a32070a
Branch filter:
Location: majic-scripts/pyproject.toml - annotation
41ee6a32070a
1.1 KiB
text/plain
[cheatsheet_viewer.sh] Added support for automatically activating overlay mode based on current window title.
f3d3009808f7 f3d3009808f7 f3d3009808f7 f3d3009808f7 f3d3009808f7 f3d3009808f7 f3d3009808f7 f3d3009808f7 f3d3009808f7 f3d3009808f7 f3d3009808f7 f3d3009808f7 f3d3009808f7 f3d3009808f7 f3d3009808f7 f3d3009808f7 f3d3009808f7 f3d3009808f7 f3d3009808f7 f3d3009808f7 f3d3009808f7 f3d3009808f7 f3d3009808f7 f3d3009808f7 f3d3009808f7 f3d3009808f7 f3d3009808f7 f3d3009808f7 f3d3009808f7 f3d3009808f7 f3d3009808f7 f3d3009808f7 f3d3009808f7 f3d3009808f7 f3d3009808f7 f3d3009808f7 f3d3009808f7 f3d3009808f7 f3d3009808f7 f3d3009808f7 f3d3009808f7 | [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"]}
|