Skip to content

Commit

Permalink
Added boto.contrib to packages so it will get installed properly.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitch.Garnaat authored and Mitch.Garnaat committed Dec 5, 2007
1 parent 12c2042 commit cfb4e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -36,7 +36,7 @@
author_email = "mitch@garnaat.com",
url = "http://code.google.com/p/boto/",
packages = [ 'boto', 'boto.sqs', 'boto.s3', 'boto.ec2',
'boto.mturk', 'tests'],
'boto.mturk', 'boto.contrib', 'tests'],
scripts=['test.py'],
license = 'MIT',
platforms = 'Posix; MacOS X; Windows',
Expand Down

0 comments on commit cfb4e21

Please sign in to comment.