Add python3 classifiers

Add python3 classifiers to uniformize projects under oslo scope.

Change-Id: I95e09ec189de1c525ed97a7c0ec6492c253e6697
This commit is contained in:
Hervé Beraud 2020-02-04 10:48:27 +01:00
parent c119831e56
commit 5ce8a9d023
1 changed files with 5 additions and 1 deletions

View File

@ -12,4 +12,8 @@ classifier =
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython