declare that we support python 3.7

This commit is contained in:
lilydjwg 2018-09-21 19:41:42 +08:00
parent 68d9cd5d61
commit 5bb2c960e5
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,4 @@
#!/usr/bin/env python3
# vim:fileencoding=utf-8
from setuptools import setup, find_packages
import nvchecker
@ -49,6 +48,7 @@ setup(
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Topic :: Internet",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Software Development",