-
Notifications
You must be signed in to change notification settings - Fork 102
Expand file tree
/
Copy pathpyproject.toml
More file actions
26 lines (24 loc) · 872 Bytes
/
Copy pathpyproject.toml
File metadata and controls
26 lines (24 loc) · 872 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "cupshelpers"
version = "1.0"
description = "Helper functions and classes for using CUPS"
authors = [
{ name = "Tim Waugh", email = "twaugh@redhat.com" },
{ name = "Till Kamppeter", email = "till.kamppeter@gmail.com" },
{ name = "Jiri Popelka", email = "jpopelka@redhat.com" },
{ name = "Zdenek Dohnal", email = "zdohnal@redhat.com" },
]
license = { file = "COPYING" }
readme = "README.md"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)",
"Operating System :: POSIX :: Linux",
]
requires-python = ">=3.7"
[project.urls]
"Homepage" = "https://github.com/OpenPrinting/system-config-printer"
"Bug Tracker" = "https://github.com/OpenPrinting/system-config-printer/issues"