diff options
author | Vincent Danno <vincent.danno@orange.com> | 2021-05-11 22:07:58 +0200 |
---|---|---|
committer | Vincent Danno <vincent.danno@orange.com> | 2021-05-11 22:07:58 +0200 |
commit | aa71a1098f6e5071a9fad54db6ce2bf3e1b6a98c (patch) | |
tree | b7f1ee3d1f0c816da3a7ee71074dd39bfbc7a443 /setup.cfg | |
parent | e0d3c56f24dd2673be6973d01ed90b05515572c6 (diff) |
Correct version to actuals in PyPI classifiers
Signed-off-by: Vincent Danno <vincent.danno@orange.com>
Change-Id: I040bf8d139d0ce159de4999cd14db48fb12f5b25
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -6,16 +6,14 @@ description-file = author = OPNFV author-email = opnfv-tech-discuss@lists.opnfv.org home-page = https://wiki.opnfv.org/display/functest -classifier = +classifiers = Intended Audience :: Information Technology Intended Audience :: System Administrators License :: OSI Approved :: Apache Software License Operating System :: POSIX :: Linux Programming Language :: Python - Programming Language :: Python :: 2 - Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 - Programming Language :: Python :: 3.5 + Programming Language :: Python :: 3.8 [files] packages = xtesting |