Skip to content

Commit b7bc586

Browse files
committed
Move README.rst to README.md
1 parent c20a2da commit b7bc586

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
if not l.strip().startswith('#')
1515
]
1616

17-
with open(os.path.join(here, 'README.rst'), encoding="utf8") as f:
17+
with open(os.path.join(here, 'README.md'), encoding="utf8") as f:
1818
readme = f.read()
1919

2020
# Build our js and css files before packaging
@@ -44,7 +44,7 @@
4444
keywords="reproducible science environments docker kubernetes",
4545
description="Turn a Git repo into a collection of interactive notebooks",
4646
long_description=readme,
47-
long_description_content_type='text/x-rst',
47+
long_description_content_type='text/markdown',
4848
packages=find_packages(),
4949
include_package_data=True,
5050
install_requires=requirements,

0 commit comments

Comments
 (0)