From 1e714f648419d737ec7170e12b733868fce65b57 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Mon, 19 Jul 2010 14:56:54 -0500 Subject: [PATCH] Add files which were not in the tarball. --- MANIFEST.in | 5 +++-- swift.egg-info/SOURCES.txt | 12 ++++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 39fa1d81bb..c1a6ddbd19 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,5 @@ -include AUTHORS LICENSE +include AUTHORS LICENSE .functests .unittests .probetests graft doc graft etc - +graft test/functional +graft test/probe diff --git a/swift.egg-info/SOURCES.txt b/swift.egg-info/SOURCES.txt index af6313b281..f84f0890ce 100644 --- a/swift.egg-info/SOURCES.txt +++ b/swift.egg-info/SOURCES.txt @@ -1,3 +1,6 @@ +.functests +.probetests +.unittests AUTHORS LICENSE MANIFEST.in @@ -94,6 +97,15 @@ swift/obj/server.py swift/obj/updater.py swift/proxy/__init__.py swift/proxy/server.py +test/functional/sample.conf +test/functional/swift.py +test/functional/tests.py +test/probe/common.py +test/probe/test_account_failures.py +test/probe/test_container_failures.py +test/probe/test_object_async_update.py +test/probe/test_object_handoff.py +test/probe/test_running_with_each_type_down.py test/unit/__init__.py test/unit/account/__init__.py test/unit/account/test_auditor.py