Skip to content

Commit 2099020

Browse files
committed
Added long_description_content_type to setup.py
1 parent 86813ac commit 2099020

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
@@ -23,7 +23,7 @@ def read(*parts):
2323
license='MIT',
2424
keywords=['quickbooks', 'qbo', 'accounting'],
2525
long_description=read('README.rst'),
26-
26+
long_description_content_type='text/markdown',
2727
test_runner='nosetests',
2828
entry_points={
2929
'console_scripts': ['quickbooks-cli=quickbooks.tools.cli:cli_execute']

0 commit comments

Comments
 (0)