Skip to content

Commit

Permalink
Add taxcalc.cli to packages list in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholmer committed Mar 20, 2017
1 parent fa8a072 commit ccb5467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -26,7 +26,7 @@
'cmdclass': cmdclass,
'license': 'MIT',
'packages': ['taxcalc', 'taxcalc.filings', 'taxcalc.filings.forms',
'taxcalc.dropq'],
'taxcalc.dropq', 'taxcalc.cli'],
'include_package_data': True,
'name': 'taxcalc',
'install_requires': ['numpy', 'pandas'],
Expand Down

0 comments on commit ccb5467

Please sign in to comment.