File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 12
12
except ImportError :
13
13
from distutils .core import setup
14
14
15
- with open (os .path .join (os .path .dirname (__file__ ), 'readme.rst ' )) as readme :
15
+ with open (os .path .join (os .path .dirname (__file__ ), 'README.md ' )) as readme :
16
16
long_description = readme .read ()
17
17
18
18
setup (
26
26
author = "Contentstack" ,
27
27
28
28
description = "Contentstack is a headless CMS with an API-first approach." ,
29
- long_description = "Contentstack is a headless CMS with an API-first approach. It is a CMS that developers can use "
30
- "to build powerful cross-platform applications in their favorite languages. Build your "
31
- "application frontend, and Contentstack will take care of the rest" ,
29
+ long_description = long_description ,
32
30
long_description_content_type = "text/markdown" ,
33
31
url = "https://github.com/contentstack/contentstack-python" ,
34
32
packages = ['contentstack' ],
You can’t perform that action at this time.
0 commit comments