From 13531ccb19d758e7afff0d1cbb081508f672efe6 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Thu, 22 Jul 2010 07:02:38 -0500 Subject: [PATCH 1/2] Added last missing file to MANFEST.in. --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index c1a6ddbd19..1f543d6600 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ -include AUTHORS LICENSE .functests .unittests .probetests +include AUTHORS LICENSE .functests .unittests .probetests test/__init__.py graft doc graft etc graft test/functional From 32e922e74c2ddbcc3269aa1dbb8714002a6ac430 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Thu, 22 Jul 2010 07:08:50 -0500 Subject: [PATCH 2/2] Fixed egg-info for PyPI --- setup.py | 1 + swift.egg-info/PKG-INFO | 2 +- swift.egg-info/SOURCES.txt | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d6db365479..5555883946 100644 --- a/setup.py +++ b/setup.py @@ -25,6 +25,7 @@ setup( description='Swift', license='Apache License (2.0)', author='OpenStack, LLC.', + author_email='openstack-admins@lists.launchpad.net', url='https://launchpad.net/swift', packages=find_packages(exclude=['test','bin']), test_suite = 'nose.collector', diff --git a/swift.egg-info/PKG-INFO b/swift.egg-info/PKG-INFO index 5f524f90d8..b0ea7dccd3 100644 --- a/swift.egg-info/PKG-INFO +++ b/swift.egg-info/PKG-INFO @@ -4,7 +4,7 @@ Version: 1.0.2 Summary: Swift Home-page: https://launchpad.net/swift Author: OpenStack, LLC. -Author-email: UNKNOWN +Author-email: openstack-admins@lists.launchpad.net License: Apache License (2.0) Description: UNKNOWN Platform: UNKNOWN diff --git a/swift.egg-info/SOURCES.txt b/swift.egg-info/SOURCES.txt index 5f255311f4..90763e9b0b 100644 --- a/swift.egg-info/SOURCES.txt +++ b/swift.egg-info/SOURCES.txt @@ -99,6 +99,7 @@ swift/obj/server.py swift/obj/updater.py swift/proxy/__init__.py swift/proxy/server.py +test/__init__.py test/functional/sample.conf test/functional/swift.py test/functional/tests.py