Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Commit

Permalink
description
Browse files Browse the repository at this point in the history
  • Loading branch information
sigewuzhere committed Apr 12, 2020
1 parent 7d6dd0d commit 545db5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions integrations/circleci/orb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: 2.1
description: |
This Orb is to discover ConfigCat feature flag usages in your source
code and to validate them against your feature flags on the ConfigCat Dashboard.
Manage features and change your software configuration using ConfigCat feature flags, without the need to re-deploy code. A 10 minute trainable dashboard allows even non-technical team members to manage application features. Supports A/B testing, soft launching or targeting a specific group of users first with new ideas. Deploy any time, release when confident. Open-source SDKs enable easy integration with any web, mobile or backend application.
display:
home_url: https://configcat.com
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import setuptools

version = "2.0.0"
version = "2.0.1"

setuptools.setup(
name='configcat-flag-reference-validator',
Expand All @@ -10,9 +10,9 @@
url='https://github.com/configcat/feature-flag-reference-validator',
license='MIT',
author='ConfigCat',
author_email='developer@configcat.com',
author_email='team@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="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. Manage features and change your software configuration using ConfigCat feature flags, without the need to re-deploy code. A 10 minute trainable dashboard allows even non-technical team members to manage application features. Supports A/B testing, soft launching or targeting a specific group of users first with new ideas. Deploy any time, release when confident. Open-source SDKs enable easy integration with any web, mobile or backend application. https://configcat.com",
install_requires=['requests>=2.19.1'],
classifiers=[
'Intended Audience :: Developers',
Expand Down

0 comments on commit 545db5c

Please sign in to comment.