-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
34 lines (25 loc) · 1.08 KB
/
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
31
32
33
34
[project]
# Keeping everything in pyproject.toml is still experimental
# so this section is fragile and subject to change.
# ref: https://packaging.python.org/en/latest/specifications/declaring-project-metadata/
# ref: https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html
name = "radicale-bsdauth"
authors = [ {name = "kousu", email = "[email protected]"} ]
description = "Login to Radicale with your native OpenBSD accounts."
readme = "README.md"
requires-python = ">=3.8"
dependencies = [
"Radicale~=3.0",
]
keywords = ["authentication", "radicale", "caldav", "carddav", "PIM", "plugin"]
dynamic = ["version"] # setuptools_scm takes care of this
[project.license]
text = "GPL version 3"
[project.urls]
Homepage = "https://github.com/kousu/radicale-bsdauth"
Repository = "https://github.com/kousu/radicale-bsdauth"
Documentation = "https://github.com/kousu/radicale-bsdauth/blob/trunk/README.md"
[build-system]
requires = ["setuptools>=61","setuptools_scm[toml]"]
# setuptools 61 is the earliest to support keeping metadata in this file
[tool.setuptools_scm] # enable setuptools_scm