From d8512aa0eef61a82216f6164a8f0298352c91501 Mon Sep 17 00:00:00 2001 From: ConfigCat Date: Mon, 30 Sep 2019 23:40:22 +0200 Subject: [PATCH] Update setup.py --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 98129ea..e6b0652 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,6 @@ author_email='developer@configcat.com', description='ConfigCat feature flag reference validator.', long_description="This tool can be used for discovering ConfigCat feature flag usages in your source code and validating them against your own ConfigCat configuration dashboard. It searches for ConfigCat SDK usage and greps the feature flag keys from the source code, then it compares them with the keys got from your ConfigCat dashboard.", - long_description_content_type="text/markdown", install_requires=['requests>=2.19.1'], classifiers=[ 'Intended Audience :: Developers',