Add Python 3 only classifier
Python 2 support was removed during Ussuri cycle. This change adds
the classifier to clearly state that only Python 3 is supported.
Change-Id: Id801919bbe0f3fcc23006911512bdf6fafa3d395
tushargite96
4 years ago
| 5 | 5 | author = OpenStack |
| 6 | 6 | author_email = openstack-discuss@lists.openstack.org |
| 7 | 7 | home_page = http://www.openstack.org/ |
| 8 | python_requires = >=3.6 | |
| 8 | 9 | classifier = |
| 9 | 10 | Environment :: OpenStack |
| 10 | 11 | Intended Audience :: Information Technology |
| 12 | 13 | License :: OSI Approved :: Apache Software License |
| 13 | 14 | Operating System :: POSIX :: Linux |
| 14 | 15 | Programming Language :: Python |
| 16 | Programming Language :: Python :: 3 :: Only | |
| 15 | 17 | Programming Language :: Python :: 3 |
| 16 | 18 | Programming Language :: Python :: 3.6 |
| 17 | 19 | Programming Language :: Python :: 3.7 |