From: W. Trevor King Date: Tue, 1 Jun 2010 12:14:57 +0000 (-0400) Subject: Move LICENSE->COPYING and package ez_setup.py without installing it. X-Git-Tag: 0.5~7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6894d65d88a20e74a608fb7f3fb6067c46357faa;p=calibcant.git Move LICENSE->COPYING and package ez_setup.py without installing it. --- 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/"