Move LICENSE->COPYING and package ez_setup.py without installing it.
authorW. Trevor King <wking@drexel.edu>
Tue, 1 Jun 2010 12:14:57 +0000 (08:14 -0400)
committerW. Trevor King <wking@drexel.edu>
Tue, 1 Jun 2010 12:14:57 +0000 (08:14 -0400)
COPYING [moved from LICENSE with 100% similarity]
MANIFEST.in
setup.py

diff --git a/LICENSE b/COPYING
similarity index 100%
rename from LICENSE
rename to COPYING
index 1aba38f67a2211cf5b09466d7b411206cb7223bf..9353b6bcefc7d798780ab1bdfb682048dcd202d1 100644 (file)
@@ -1 +1,2 @@
-include LICENSE
+include COPYING
+include ez_setup.py
index a121de96e6a4ab67c63e947b3222f21bd3e6e8db..421b4878cd75b9deebf36182f82d20f8022aebbc 100644 (file)
--- 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/"