update copyright and supported python versions

This commit is contained in:
Carl Chenet 2019-08-18 12:08:27 +02:00
parent 04d5441be4
commit 898ff9b7f1
25 changed files with 27 additions and 26 deletions

View file

@ -1,4 +1,4 @@
# Copyright 2015-2017 Carl Chenet <carl.chenet@ohmytux.com>
# Copyright 2015-2019 Carl Chenet <carl.chenet@ohmytux.com>
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
@ -25,7 +25,8 @@ CLASSIFIERS = [
'Operating System :: POSIX :: Linux',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6'
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7'
]
setup(