From 008feaa768ab9f5439a444c6440581aa5a212e9e Mon Sep 17 00:00:00 2001 From: ThomasV Date: Fri, 9 Dec 2011 20:46:46 +0300 Subject: [PATCH] include only client in the distribution; servers should use git --- MANIFEST.in => client/MANIFEST.in | 0 setup.py => client/setup.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename MANIFEST.in => client/MANIFEST.in (100%) rename setup.py => client/setup.py (100%) diff --git a/MANIFEST.in b/client/MANIFEST.in similarity index 100% rename from MANIFEST.in rename to client/MANIFEST.in diff --git a/setup.py b/client/setup.py similarity index 100% rename from setup.py rename to client/setup.py