We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a7cff5 commit ff8ae14Copy full SHA for ff8ae14
1 file changed
setup.py
@@ -24,6 +24,7 @@ def read(*parts):
24
keywords=['quickbooks', 'qbo', 'accounting'],
25
long_description=read('README.rst'),
26
27
+ test_runner='nosetests',
28
entry_points={
29
'console_scripts': ['quickbooks-cli=quickbooks.tools.cli:cli_execute']
30
},
@@ -35,6 +36,7 @@ def read(*parts):
35
36
'simplejson>=2.2.0',
37
'six>=1.4.0',
38
'python-dateutil',
39
+ 'pycparser==2.18'
40
],
41
42
classifiers=[
0 commit comments