Add Python 3.8 to trove classifiers

This commit is contained in:
Michael Käufl 2020-04-20 09:19:24 +02:00
parent 4f59a3584b
commit ad0805de0e
No known key found for this signature in database
GPG Key ID: 30274591B981122A

View File

@ -94,6 +94,7 @@ setup(
"Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"License :: OSI Approved :: Apache Software License", "License :: OSI Approved :: Apache Software License",
"Topic :: Software Development :: Testing", "Topic :: Software Development :: Testing",
], ],