File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ reminder for a certain OBJECT on a specific DATE
70
70
71
71
** (New feature of version 2.0)**
72
72
- RDVT - one of an infinite number of random moments in a day (0-24h UTC) when
73
- an object has its reminders for that day, allows for infinite precission
73
+ an object has its reminders for that day, allows for infinite precision
74
74
- RANK - RDVT rank, ranked 0 (most significant) to infinity - RDVT0, RDVT1...
75
75
76
76
## RDV CALCULATION
Original file line number Diff line number Diff line change 1
1
[build-system ]
2
- requires = [" setuptools" ]
2
+ requires = [" setuptools>=61.0 " ]
3
3
build-backend = " setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " randevu"
7
- version = " 2.0.2 "
7
+ version = " 2.0.3 "
8
8
authors = [{ name = " TypicalHog" }]
9
9
description = " The official Python implementation of the RANDEVU algorithm"
10
- readme = " README.md"
10
+ readme = { file = " README.md" , content-type = " text/markdown " }
11
11
license = { file = " LICENSE.md" }
12
12
requires-python = " >=3.8"
13
13
classifiers = [
@@ -27,7 +27,7 @@ keywords = [
27
27
" coordination" ,
28
28
" blake3" ,
29
29
]
30
- dependencies = [" blake3>=0.4.1 " ]
30
+ dependencies = [" blake3>=1. 0.4" ]
31
31
32
32
[project .urls ]
33
33
Homepage = " https://github.com/TypicalHog/randevu-py"
You can’t perform that action at this time.
0 commit comments