Update project meta data
- Bump copyright years - Add Python 3 and Python 3.7 trove classifiers
This commit is contained in:
parent
b70bcb5f98
commit
d846d85d0a
1 changed files with 3 additions and 2 deletions
5
setup.py
5
setup.py
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue