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

Commit 44b6748

Browse files
committed
add missing coma
1 parent 8fed895 commit 44b6748

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='runestone',
8-
description='Sphinx extensions for writing interactive documents.'
8+
description='Sphinx extensions for writing interactive documents.',
99
version='2.0a1',
1010
author = 'Brad Miller',
1111
author_email = '[email protected]',
@@ -16,8 +16,8 @@
1616
package_dir = {'runestone' : 'runestone'},
1717
package_data = { '' : ['js/*.js', 'css/*.css', '*.txt']},
1818
license='GPL',
19-
url = 'https://github.com/RunestoneInteractive/RunestoneTools',
20-
download_url = 'https://github.com/RunestoneInteractive/RunestoneTools/tarball/2.0a1',
19+
url = 'https://github.com/RunestoneInteractive/RunestoneTools',
20+
download_url = 'https://github.com/RunestoneInteractive/RunestoneTools/tarball/2.0a1',
2121
keywords = ['runestone', 'sphinx', 'ebook'], # arbitrary keywords
2222
classifiers = [],
2323
# data_files=[('common',['runestone/common/*']),
@@ -29,4 +29,4 @@
2929
'runestone = runestone.__main__:main'
3030
]
3131
}
32-
)
32+
)

0 commit comments

Comments
 (0)