From f4e2e13d07336e05af9a9f6f2813e814fa5fddea Mon Sep 17 00:00:00 2001 From: whatupcoder <56064821+whatupcoder@users.noreply.github.com> Date: Wed, 2 Oct 2019 16:01:27 +0530 Subject: [PATCH] Removed unwanted commas --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e2c3351..ee0af36 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ 'type', 'form', 'typeform', - 'api', + 'api' ], author='Typeform', author_email='michael.solati@typeform.com', @@ -32,6 +32,6 @@ 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', - 'Programming Language :: Python', + 'Programming Language :: Python' ] )