Add Python 3.9 classifier

This commit is contained in:
JustAnotherArchivist
2020-10-16 01:27:17 +00:00
parent c4a5715e18
commit e22b461563

View File

@@ -10,6 +10,7 @@ setuptools.setup(
'Development Status :: 4 - Beta',
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
packages = ['snscrape', 'snscrape.modules'],
setup_requires = ['setuptools_scm'],