Skip to content

Commit c1c90e5

Browse files
v1.1.0 pylint applied.
1 parent b10dd85 commit c1c90e5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

setup.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
except 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

1818
setup(
@@ -26,9 +26,7 @@
2626
author="Contentstack",
2727
author_email="[email protected]",
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'],

0 commit comments

Comments
 (0)