update setup.py to reflect that it works in 3.5 and 3.6

This commit is contained in:
Peter Bengtsson 2017-04-18 14:45:06 -04:00 committed by Serghei Mihai
parent 46be709768
commit 00dc70dbe2
1 changed files with 2 additions and 0 deletions

View File

@ -66,6 +66,8 @@ setup(
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Communications",