We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3af8d3f commit d830332Copy full SHA for d830332
setup.py
@@ -20,7 +20,11 @@
20
setup(
21
name='optimizely-sdk',
22
version=__version__,
23
- description="SDK for Optimizely's Full Stack Python project.",
+ description='Python SDK for Optimizely X Full Stack.',
24
+ long_description='Optimizely X Full Stack is A/B testing and feature management for product development teams. '
25
+ 'Experiment in any application. Make every feature on your roadmap an opportunity to learn. '
26
+ 'Learn more at https://www.optimizely.com/products/full-stack/ or see our documentation at '
27
+ 'https://developers.optimizely.com/x/solutions/sdks/reference/index.html?language=python',
28
author='Optimizely',
29
author_email='[email protected]',
30
url='https://github.com/optimizely/python-sdk',
0 commit comments