Skip to content

Commit

Permalink
Merge pull request #281 from titusz/fix-setup
Browse files Browse the repository at this point in the history
added missing petl.io to setup.py
  • Loading branch information
alimanfoo committed Aug 26, 2014
2 parents 43a6c70 + eabd0bf commit 58a4606
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 @@ -16,7 +16,7 @@ def get_version(source='src/petl/__init__.py'):
author='Alistair Miles',
author_email='[email protected]',
package_dir={'': 'src'},
packages=['petl', 'petl.transform'],
packages=['petl', 'petl.transform', 'petl.io'],
scripts=['bin/petl'],
url='https://github.com/alimanfoo/petl',
license='MIT License',
Expand Down

0 comments on commit 58a4606

Please sign in to comment.