mirror of
https://github.com/bellingcat/snscrape.git
synced 2026-06-13 04:48:28 +03:00
Fix typo in setup.py preventing installation
This commit is contained in:
2
setup.py
2
setup.py
@@ -9,7 +9,7 @@ setuptools.setup(
|
|||||||
url = 'https://github.com/JustAnotherArchivist/snscrape',
|
url = 'https://github.com/JustAnotherArchivist/snscrape',
|
||||||
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.6',
|
||||||
],
|
],
|
||||||
packages = ['snscrape'],
|
packages = ['snscrape'],
|
||||||
|
|||||||
Reference in New Issue
Block a user