Add Python 3.10 classifier

This commit is contained in:
JustAnotherArchivist
2021-12-08 08:15:05 +00:00
parent 58f654405f
commit c2257ad16e

View File

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