From 841c8d36269bf6800ec3baa4d44c7ecb065146f7 Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Sat, 9 Mar 2024 14:17:13 +0100 Subject: [PATCH] Update my email address --- LICENCE | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENCE b/LICENCE index dc22edf..92decff 100644 --- a/LICENCE +++ b/LICENCE @@ -1,4 +1,4 @@ -Copyright (c) 2017-2023 Hugo Osvaldo Barrera , et al +Copyright (c) 2017-2023 Hugo Osvaldo Barrera , et al Copyright (c) 2010-2013 Thorsten Weimann Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/setup.py b/setup.py index ef72f38..6605f21 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ url="https://github.com/WhyNotHugo/python-barcode", license="MIT", author="Hugo Osvaldo Barrera et al", - author_email="hugo@barrera.io", + author_email="hugo@whynothugo.nl", description=( "Create standard barcodes with Python. No external modules needed. " "(optional Pillow support included)."