Update project meta data

- Bump copyright years
- Add Python 3 and Python 3.7 trove classifiers
This commit is contained in:
Jan Dittberner 2020-03-02 11:12:53 +01:00
parent b70bcb5f98
commit d846d85d0a

View file

@ -1,6 +1,6 @@
# #
# gvacommon - common parts of gnuviechadmin # 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 # 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 # it under the terms of the GNU Affero General Public License as published by
@ -38,7 +38,8 @@ setup(
classifiers=[ classifiers=[
'Development Status :: 4 - Beta', 'Development Status :: 4 - Beta',
'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)', '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', 'Intended Audience :: Developers',
], ],
keywords='gnuviechadmin', keywords='gnuviechadmin',