-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
28 lines (26 loc) · 785 Bytes
/
pyproject.toml
File metadata and controls
28 lines (26 loc) · 785 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
27
28
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "reclocks"
version = "0.1.1"
authors = [
{ name="k98kurz", email="k98kurz@gmail.com" },
]
dependencies = [
"PyNaCl>=1.5.0"
]
description = "Reverse entropy clocks traverse causality chains backward."
readme = "readme.md"
requires-python = ">=3.10"
classifiers = [
"Development Status :: 3 - Alpha",
"Programming Language :: Python :: 3",
"License :: OSI Approved :: ISC License (ISCL)",
"Operating System :: OS Independent",
"Topic :: Security :: Cryptography",
"Topic :: System :: Networking :: Time Synchronization",
]
[project.urls]
"Homepage" = "https://github.com/k98kurz/reverse-entropy-clocks"
"Bug Tracker" = "https://github.com/k98kurz/reverse-entropy-clocks/issues"