Skip to content

Commit efadc5b

Browse files
committed
Update blake3, improve pyproject.toml, fix typo
1 parent 37a3649 commit efadc5b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[build-system]
2-
requires = ["setuptools"]
2+
requires = ["setuptools>=61.0"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "randevu"
7-
version = "2.0.2"
7+
version = "2.0.3"
88
authors = [{ name = "TypicalHog" }]
99
description = "The official Python implementation of the RANDEVU algorithm"
10-
readme = "README.md"
10+
readme = { file = "README.md", content-type = "text/markdown" }
1111
license = { file = "LICENSE.md" }
1212
requires-python = ">=3.8"
1313
classifiers = [
@@ -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]
3333
Homepage = "https://github.com/TypicalHog/randevu-py"

0 commit comments

Comments
 (0)