Skip to content

Commit

Permalink
pin pycparser version to fix 2.6 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jstacoder committed Sep 21, 2018
1 parent 8a7cff5 commit ff8ae14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def read(*parts):
keywords=['quickbooks', 'qbo', 'accounting'],
long_description=read('README.rst'),

test_runner='nosetests',
entry_points={
'console_scripts': ['quickbooks-cli=quickbooks.tools.cli:cli_execute']
},
Expand All @@ -35,6 +36,7 @@ def read(*parts):
'simplejson>=2.2.0',
'six>=1.4.0',
'python-dateutil',
'pycparser==2.18'
],

classifiers=[
Expand Down

0 comments on commit ff8ae14

Please sign in to comment.