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
7070
7171** (New feature of version 2.0)**
7272- 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
7474- RANK - RDVT rank, ranked 0 (most significant) to infinity - RDVT0, RDVT1...
7575
7676## RDV CALCULATION
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools" ]
2+ requires = [" setuptools>=61.0 " ]
33build-backend = " setuptools.build_meta"
44
55[project ]
66name = " randevu"
7- version = " 2.0.2 "
7+ version = " 2.0.3 "
88authors = [{ name = " TypicalHog" }]
99description = " The official Python implementation of the RANDEVU algorithm"
10- readme = " README.md"
10+ readme = { file = " README.md" , content-type = " text/markdown " }
1111license = { file = " LICENSE.md" }
1212requires-python = " >=3.8"
1313classifiers = [
@@ -27,7 +27,7 @@ keywords = [
2727 " coordination" ,
2828 " blake3" ,
2929]
30- dependencies = [" blake3>=0.4.1 " ]
30+ dependencies = [" blake3>=1. 0.4" ]
3131
3232[project .urls ]
3333Homepage = " https://github.com/TypicalHog/randevu-py"
You can’t perform that action at this time.
0 commit comments