mirror of
https://github.com/bellingcat/snscrape.git
synced 2026-06-12 20:38:29 +03:00
Bump Python version classifier
Python 3.8 is required since commit 1a2e367a.
This commit is contained in:
2
setup.py
2
setup.py
@@ -9,7 +9,7 @@ setuptools.setup(
|
|||||||
classifiers = [
|
classifiers = [
|
||||||
'Development Status :: 4 - Beta',
|
'Development Status :: 4 - Beta',
|
||||||
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
|
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
|
||||||
'Programming Language :: Python :: 3.6',
|
'Programming Language :: Python :: 3.8',
|
||||||
],
|
],
|
||||||
packages = ['snscrape', 'snscrape.modules'],
|
packages = ['snscrape', 'snscrape.modules'],
|
||||||
setup_requires = ['setuptools_scm'],
|
setup_requires = ['setuptools_scm'],
|
||||||
|
|||||||
Reference in New Issue
Block a user