Skip to content

Commit

Permalink
Remove taxcalc.filings[.forms] from setup.py package list
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholmer committed May 26, 2018
1 parent 4e1030d commit 8d42549
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
'version': version,
'cmdclass': cmdclass,
'license': 'MIT',
'packages': ['taxcalc', 'taxcalc.filings', 'taxcalc.filings.forms',
'taxcalc.tbi', 'taxcalc.cli'],
'packages': ['taxcalc', 'taxcalc.tbi', 'taxcalc.cli'],
'include_package_data': True,
'name': 'taxcalc',
'install_requires': ['numpy', 'pandas'],
Expand Down

0 comments on commit 8d42549

Please sign in to comment.