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 1212except ImportError :
1313 from distutils .core import setup
1414
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 :
1616 long_description = readme .read ()
1717
1818setup (
2626 author = "Contentstack" ,
2727 author_email = "shailesh.mishra@contentstack.com" ,
2828 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 ,
3230 long_description_content_type = "text/markdown" ,
3331 url = "https://github.com/contentstack/contentstack-python" ,
3432 packages = ['contentstack' ],
You can’t perform that action at this time.
0 commit comments