Skip to content

Commit c15ced3

Browse files
committed
Change pypandoc format to markdown_github
1 parent e4036c5 commit c15ced3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

amazon/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
Amazon Product Advertising API Client library.
77
"""
88

9-
__version__ = '2.2.5'
9+
__version__ = '2.2.6'
1010
__author__ = 'Yoav Aviram'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import pypandoc
66

7-
long_description = pypandoc.convert('README.md', 'rst', format='markdown')
7+
long_description = pypandoc.convert('README.md', 'rst', format='markdown_github')
88

99

1010
setup(name='python-amazon-simple-product-api',

0 commit comments

Comments
 (0)