File: pyproject.toml

package info (click to toggle)
console-log 2.0-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 144 kB
  • sloc: python: 270; makefile: 17; sh: 9
file content (21 lines) | stat: -rw-r--r-- 551 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[build-system]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "console-log"
version = "2.0"
description = "Console Log - Displays Logs on Virtual Consoles"
authors = [
    { name = "Marc Haber", email = "mh+debian-packages@zugschlus.de" }
]
license = "GPL-2.0-or-later"
requires-python = ">=3.7"
dependencies = []

[project.urls]
"Homepage" = "https://salsa.debian.org/debian/console-log"
"Repository" = "https://salsa.debian.org/debian/console-log"

[tool.setuptools.packages.find]
where = ["src"]