We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c20a2da commit b7bc586Copy full SHA for b7bc586
README.rst renamed to README.md
setup.py
@@ -14,7 +14,7 @@
14
if not l.strip().startswith('#')
15
]
16
17
-with open(os.path.join(here, 'README.rst'), encoding="utf8") as f:
+with open(os.path.join(here, 'README.md'), encoding="utf8") as f:
18
readme = f.read()
19
20
# Build our js and css files before packaging
@@ -44,7 +44,7 @@
44
keywords="reproducible science environments docker kubernetes",
45
description="Turn a Git repo into a collection of interactive notebooks",
46
long_description=readme,
47
- long_description_content_type='text/x-rst',
+ long_description_content_type='text/markdown',
48
packages=find_packages(),
49
include_package_data=True,
50
install_requires=requirements,
0 commit comments