From 459b879a243db1af06806ab2165b4d0ba464b349 Mon Sep 17 00:00:00 2001 From: Marcel R Date: Fri, 8 Jan 2021 11:01:48 +0100 Subject: [PATCH] Update copyright. --- LICENSE | 2 +- pymitter.py | 3 ++- setup.py | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 3d04b8c..d3e3f34 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2014-2020, Marcel Rieger +Copyright (c) 2014-2021, Marcel Rieger All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/pymitter.py b/pymitter.py index 6007a33..8b85a34 100644 --- a/pymitter.py +++ b/pymitter.py @@ -9,7 +9,8 @@ __author__ = "Marcel Rieger" -__copyright__ = "Copyright 2014-2020, Marcel Rieger" +__author_email__ = "github.riga@icloud.com" +__copyright__ = "Copyright 2014-2021, Marcel Rieger" __credits__ = ["Marcel Rieger"] __contact__ = "https://github.com/riga/pymitter" __license__ = "BSD-3-Clause" diff --git a/setup.py b/setup.py index 1e33b7d..d903435 100644 --- a/setup.py +++ b/setup.py @@ -35,6 +35,7 @@ name=pymitter.__name__, version=pymitter.__version__, author=pymitter.__author__, + author_email=pymitter.__author_email__, description=pymitter.__doc__.strip().split("\n")[0].strip(), license=pymitter.__license__, url=pymitter.__contact__,