From e22b461563c7d7f6f80e12eb8ad63d84c99027ab Mon Sep 17 00:00:00 2001 From: JustAnotherArchivist Date: Fri, 16 Oct 2020 01:27:17 +0000 Subject: [PATCH] Add Python 3.9 classifier --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 2243612..d5d2790 100644 --- a/setup.py +++ b/setup.py @@ -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'],