Skip to content

Commit

Permalink
chore: Added author to metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
lino committed Jan 27, 2024
1 parent 5e7132a commit 58b1653
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[project]
name = "django-recurrence"
version = "1.12.1"
version = "1.12"
description = "Django utility wrapping dateutil.rrule"
authors = [
{name = "Tamas Kemenczy", email = "tamas.kemenczy@gmail.com"},
{name = "Lino Helms", email = "lino@lino.io"}
]
dependencies = [
"flake8==4.0.1",
Expand Down

0 comments on commit 58b1653

Please sign in to comment.