summaryrefslogtreecommitdiff
path: root/net-misc/ntpsec/files/flit.toml
blob: b3c782f9bc3012344f313d80ea6b19939f1a7ac7 (plain)
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]
name = "ntp"
version = "@NTPSEC_VERSION_EXTENDED@"
dependencies = ["argparse"]
requires-python = ">=2.6"
authors = [
  {name = "the NTPsec project", email = "devel@ntpsec.org"},
]
maintainers = [
  {name = "the NTPsec project", email = "devel@ntpsec.org"}
]
description = "The NTP reference implementation, refactored"
license = {text = "BSD 2 License"}
keywords = ["ntp"]
classifiers = [
    'Development Status :: 5 - Production/Stable',
    'License :: OSI Approved :: BSD License',
    'Operating System :: POSIX',
    'Programming Language :: Python',
]

[project.urls]
Homepage = "https://www.ntpsec.org/"
Documentation = "https://www.ntpsec.org/latest/"
Repository = "https://gitlab.com/NTPsec/ntpsec/"
"Bug Tracker" = "https://gitlab.com/NTPsec/ntpsec/-/issues"
Changelog = "https://gitlab.com/NTPsec/ntpsec/-/blob/master/NEWS.adoc"

[build-system]
requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"

[tool.flit.module]
name = "ntp"