Update classifiers to reflect support for newer python 3.x and pypy

This commit is contained in:
Babak Farrokhi 2018-08-05 16:59:47 +04:30
parent a81525fc5f
commit 0a9b362587
Signed by: farrokhi
GPG Key ID: 6B267AD85D632E9A

View File

@ -12,7 +12,12 @@ setup(
"Environment :: Console",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Internet :: Name Service (DNS)",
"Development Status :: 5 - Production/Stable",
"Operating System :: OS Independent",