update copyright and supported python versions
This commit is contained in:
parent
04d5441be4
commit
898ff9b7f1
25 changed files with 27 additions and 26 deletions
5
setup.py
5
setup.py
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue