From 293c82d13e89b170735e248bc48c17487f7d286e Mon Sep 17 00:00:00 2001 From: Michael Yick Date: Sat, 6 May 2023 22:27:50 -0500 Subject: [PATCH] change metadata --- setup.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index 0d656ca..5334e19 100644 --- a/setup.py +++ b/setup.py @@ -37,11 +37,11 @@ with open("README.rst") as fh: setup( name="wagtail-personalisation", - version="0.15.3", - description="A Wagtail add-on for showing personalized content", - author="Lab Digital BV and others", - author_email="opensource@labdigital.nl", - url="https://labdigital.nl/", + version="0.15.4", + description="A Wagtail add-on for showing personalized content maintained by Cavemanon", + author="Lab Digital BV and others; Maintained by Michael Yick from Cavemanon", + author_email="opensource@labdigital.nl, cavemanon@mail.snootgame.xyz", + url="https://git.cavemanon.xyz/Cavemanon/cavemanon-wagtail-personalisation", install_requires=install_requires, tests_require=tests_require, extras_require={