Add Python 3.7 to classifiers

This commit is contained in:
Rohit Gupta 2019-02-15 14:21:22 +05:30 committed by GitHub
parent e8b4bb1471
commit 6c4a15af6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,6 +72,7 @@ setup(
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Internet :: WWW/HTTP',
]
)