From d846d85d0a3f45fad6ff0af4c1b02e36bc580484 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Mon, 2 Mar 2020 11:12:53 +0100 Subject: [PATCH] Update project meta data - Bump copyright years - Add Python 3 and Python 3.7 trove classifiers --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b83d6b0..725e127 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ # # gvacommon - common parts of gnuviechadmin -# Copyright (C) 2016-2018 Jan Dittberner +# Copyright (C) 2016-2020 Jan Dittberner # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by @@ -38,7 +38,8 @@ setup( classifiers=[ 'Development Status :: 4 - Beta', 'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)', - 'Programming Language :: Python', + 'Programming Language :: Python 3', + 'Programming Language :: Python 3.7', 'Intended Audience :: Developers', ], keywords='gnuviechadmin',