Modified setup.py for new dir structure
diff --git a/MANIFEST b/MANIFEST
index 81e2112..e82eeb8 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,5 +1,3 @@
-httplib2
-setup.py
 README
-CHANGELOG
-httplib2test.py
+setup.py
+httplib2/__init__.py
diff --git a/setup.py b/setup.py
index 08166c8..e7c991b 100644
--- a/setup.py
+++ b/setup.py
@@ -51,7 +51,7 @@
 **Unit Tested**
   A large and growing set of unit tests.
         """,
-        py_modules=['httplib2'],
+        packages=['httplib2'],
         classifiers=[
         'Development Status :: 3 - Alpha',
         'Environment :: Web Environment',