forked from chrullrich/pyicap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
30 lines (28 loc) · 863 Bytes
/
pyproject.toml
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
27
28
29
30
[build-system]
requires = ["setuptools >= 59.6"]
build-backend = "setuptools.build_meta"
[project]
readme = "README.md"
name = "pyicapserver"
version = "1.1.1"
requires-python = ">= 3.10"
dynamic = ["dependencies", "optional-dependencies"]
description = "A framework for writing ICAP servers"
license = {text = "BSD License"}
authors = [
{name = "FÁBIÁN Tamás László", email = "[email protected]"},
]
maintainers = [
{name = "Kirill Zimnikov", email = "[email protected]"}
]
classifiers=[
'Development Status :: 4 - Beta',
'Environment :: Plugins',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Topic :: Software Development :: Libraries'
]
[project.urls]
Repository = "https://github.com/lirik90/pyicapserver.git"