Skip to content

Commit c1b253a

Browse files
committed
fix extension
1 parent 329ecf6 commit c1b253a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
version = '1.1.0',
1515
install_requires=required,
1616
description = 'JSON to HTML Table Representation',
17-
long_description=open('README.md').read(),
17+
long_description=open('README.rst').read(),
1818
author = 'Varun Malhotra',
1919
author_email = '[email protected]',
2020
url = 'https://github.com/softvar/json2html',

0 commit comments

Comments
 (0)