Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
Added invtool.kv to packages.
Browse files Browse the repository at this point in the history
If you were exporting your PYTHONPATH this would not have effected you.
  • Loading branch information
uberj committed Aug 12, 2013
1 parent 5d7e56e commit 7f33fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@
version='0.1.0',
author='Jacques Uber',
author_email='juber@mozilla.com',
packages=['invtool', 'invtool.tests', 'invtool.lib'],
packages=['invtool', 'invtool.tests', 'invtool.lib', 'invtool.kv'],
package_dir={'invtool': 'invtool'},
package_data={
'invtool': ['invtool/*', 'invtool/*/*/*.py', 'invtool/*/*.py']
Expand Down

0 comments on commit 7f33fdc

Please sign in to comment.