We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86813ac commit 2099020Copy full SHA for 2099020
setup.py
@@ -23,7 +23,7 @@ def read(*parts):
23
license='MIT',
24
keywords=['quickbooks', 'qbo', 'accounting'],
25
long_description=read('README.rst'),
26
-
+ long_description_content_type='text/markdown',
27
test_runner='nosetests',
28
entry_points={
29
'console_scripts': ['quickbooks-cli=quickbooks.tools.cli:cli_execute']
0 commit comments