Cleaned up README and package with pure distutils (vs. setuputils).
authorW. Trevor King <wking@drexel.edu>
Fri, 28 Jan 2011 19:27:43 +0000 (14:27 -0500)
committerW. Trevor King <wking@drexel.edu>
Fri, 28 Jan 2011 19:29:18 +0000 (14:29 -0500)
commit880506f0341764c5b7f979fcc51bb0798cd97474
tree2fdecf94907a096b7bbcd95dcabcd9c0c94445dd
parent81ee64687d93f08633fe68fd7fd51f16327477b3
Cleaned up README and package with pure distutils (vs. setuputils).

Also:
* Don't make calibcant modules executible.  Scripts should be handled
  explicitly through distutils.
* Ran ./update_copyright.py
18 files changed:
AUTHORS
MANIFEST.in
Makefile [deleted file]
README
calibcant/T_analyze.py [changed mode: 0755->0644]
calibcant/__init__.py
calibcant/analyze.py [changed mode: 0755->0644]
calibcant/bump.py
calibcant/bump_analyze.py [changed mode: 0755->0644]
calibcant/calibrate.py [changed mode: 0755->0644]
calibcant/common.py
calibcant/config.py
calibcant/filter.py
calibcant/psd_filter_analyze.py [changed mode: 0755->0644]
calibcant/vib_analyze.py [changed mode: 0755->0644]
ez_setup.py [deleted file]
setup.py
update_copyright.py