Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit bba25ae

Browse files
author
Brad Miller
committed
Bug fix release
1 parent e54b28d commit bba25ae

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
setup(
77
name='runestone',
88
description='Sphinx extensions for writing interactive documents.',
9-
version='4.0.0',
9+
version='4.0.1',
1010
author = 'Brad Miller',
1111
author_email = 'bonelake@mac.com',
1212
packages= find_packages(exclude=['*.*.test']),
@@ -37,6 +37,7 @@
3737
# ('project/template', ['newproject_copy_me/*'])
3838
# ],
3939
long_description=open('README.rst').read(),
40+
long_description_content_type='text/x-rst',
4041
entry_points = {
4142
'console_scripts': [
4243
'runestone = runestone.__main__:cli'

0 commit comments

Comments
 (0)