From 6894d65d88a20e74a608fb7f3fb6067c46357faa Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 1 Jun 2010 08:14:57 -0400 Subject: [PATCH] Move LICENSE->COPYING and package ez_setup.py without installing it. --- LICENSE => COPYING | 0 MANIFEST.in | 3 ++- setup.py | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) rename LICENSE => COPYING (100%) diff --git a/LICENSE b/COPYING similarity index 100% rename from LICENSE rename to COPYING diff --git a/MANIFEST.in b/MANIFEST.in index 1aba38f..9353b6b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1,2 @@ -include LICENSE +include COPYING +include ez_setup.py diff --git a/setup.py b/setup.py index a121de9..421b487 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,6 @@ setup(name="calibcant", description = doclines[0], long_description = "\n".join(doclines[2:]), classifiers = filter(None, classifiers.split("\n")), - py_modules = ['ez_setup'], packages = find_packages(), dependency_links = [ "http://www.physics.drexel.edu/~wking/code/python/" -- 2.26.2