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

Commit e342eba

Browse files
committed
fix readme reference
1 parent 6ab4420 commit e342eba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@
1818
url = 'https://github.com/RunestoneInteractive/RunestoneTools',
1919
download_url = 'https://github.com/RunestoneInteractive/RunestoneTools/tarball/2.0a1',
2020
keywords = ['runestone', 'sphinx', 'ebook'], # arbitrary keywords
21+
classifiers = [],
2122
# data_files=[('common',['runestone/common/*']),
2223
# ('project/template', ['newproject_copy_me/*'])
2324
# ],
24-
long_description=open('README.txt').read(),
25+
long_description=open('README.md').read(),
2526
entry_points = {
2627
'console_scripts': [
2728
'runestone = runestone.__main__:main'

0 commit comments

Comments
 (0)