Fix typo in setup.py preventing installation

This commit is contained in:
JustAnotherArchivist
2018-09-11 12:30:21 +02:00
parent 5fc60fe978
commit 540f557002

View File

@@ -9,7 +9,7 @@ setuptools.setup(
url = 'https://github.com/JustAnotherArchivist/snscrape',
classifiers = [
'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',
],
packages = ['snscrape'],