Skip to content

Commit

Permalink
Install lacking import modules -- bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
balajipandian committed Feb 21, 2016
1 parent 3ca8c93 commit 6a97d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def main():
platforms='Linux',
url='https://github.com/yniknafs/taco',
ext_modules=cythonize(extensions),
packages=['taco'],
packages=['taco', 'taco.lib', 'taco.lib.bx'],
scripts=['taco/taco_run.py'])

if __name__ == '__main__':
Expand Down

0 comments on commit 6a97d1b

Please sign in to comment.