add language support in setup.cfg

Change-Id: I728d388125d0c1593417a62d88d81c8f3f5058b3
This commit is contained in:
jiasirui 2021-12-28 14:17:45 +08:00
parent e40fa4fab3
commit 6dc3086e58
1 changed files with 8 additions and 0 deletions

View File

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