diff --git a/setup.py b/setup.py
index cd048d48f0bf3695bdc5a5f389fbf3ee21768cae..07cd2e37ec5187aa0c9819a6f50656c3ff534d3d 100644
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@ setup(
     author_email='M.Klimaszewski@ii.pw.edu.pl',
     install_requires=REQUIREMENTS,
     packages=find_packages(exclude=['tests']),
-    license= 'GPL-3.0',
+    license='GPL-3.0',
     url='https://gitlab.clarin-pl.eu/syntactic-tools/combo',
     keywords="nlp natural-language-processing dependency-parsing",
     setup_requires=['pytest-runner', 'pytest-pylint'],