From 540f557002089b335c6e4c95cbce44f5e742efda Mon Sep 17 00:00:00 2001 From: JustAnotherArchivist Date: Tue, 11 Sep 2018 12:30:21 +0200 Subject: [PATCH] Fix typo in setup.py preventing installation --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e2e6a43..0f29970 100644 --- a/setup.py +++ b/setup.py @@ -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'],