From 6194b0f0f7d39a1b5df659b331ebb63bb94109de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Fri, 8 Feb 2019 12:46:11 +0000 Subject: Replace epydoc metadata with SPDX identifiers. Most of the epydoc metadata (author, copyright, email) is duplicate in the package's setup.py or README. These copies are more likely to get out of date, and increase the amount of work to keep them in line. The license information should rather be provided with an SPDX identifier, which is more similar to what the Linux kernel and other projects, such as pyserial, do. --- glucometerutils/exceptions.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'glucometerutils/exceptions.py') diff --git a/glucometerutils/exceptions.py b/glucometerutils/exceptions.py index c264231..415c97f 100644 --- a/glucometerutils/exceptions.py +++ b/glucometerutils/exceptions.py @@ -1,11 +1,8 @@ # -*- coding: utf-8 -*- +# +# SPDX-License-Identifier: MIT """Common exceptions for glucometerutils.""" -__author__ = 'Diego Elio Pettenò' -__email__ = 'flameeyes@flameeyes.com' -__copyright__ = 'Copyright © 2013, Diego Elio Pettenò' -__license__ = 'MIT' - class Error(Exception): """Base class for the errors.""" -- cgit v1.2.3