We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d247b5 commit cccf16eCopy full SHA for cccf16e
1 file changed
setup.py
@@ -10,8 +10,8 @@
10
here = os.path.abspath(os.path.dirname(__file__))
11
12
try:
13
- README = open(os.path.join(here, 'README.rst')).read()
14
- CHANGES = open(os.path.join(here, 'CHANGES.rst')).read()
+ README = open(os.path.join(here, 'README.md')).read()
+ CHANGES = open(os.path.join(here, 'CHANGES.md')).read()
15
except Exception:
16
README = ''
17
CHANGES = ''
@@ -28,6 +28,7 @@
28
29
author='Sift Science',
30
author_email='support@siftscience.com',
31
+ long_description_content_type="text/markdown",
32
long_description=README + '\n\n' + CHANGES,
33
34
packages=['sift'],
0 commit comments