Distutils support: now "python setup.py install" installs pyplotsuite.
commit81f65c80354901d647aa9a4885587fc353e29c27
authorAntonino Ingargiola <tritemio@gmail.com>
Sat, 7 Jul 2007 23:56:41 +0000 (8 01:56 +0200)
committerAntonino Ingargiola <tritemio@gmail.com>
Sat, 7 Jul 2007 23:56:41 +0000 (8 01:56 +0200)
tree5300000dc241f8da7f09ab7892dfc5bb557d3af7
parent4a73c1fb3c6735857c91ea882a167f1e898fa480
Distutils support: now "python setup.py install" installs pyplotsuite.
35 files changed:
imageanalyzer [new file with mode: 0755]
plotfile2 [new file with mode: 0755]
pyplotsuite/__init__.py [copied from common/__init__.py with 100% similarity]
pyplotsuite/common/__init__.py [moved from imageanalyzer/__init__.py with 100% similarity]
pyplotsuite/common/arrayfromfile.py [moved from common/arrayfromfile.py with 100% similarity]
pyplotsuite/common/filedata.py [moved from common/filedata.py with 100% similarity]
pyplotsuite/common/gtk_generic_windows.py [moved from common/gtk_generic_windows.py with 100% similarity]
pyplotsuite/common/img.py [moved from common/img.py with 100% similarity]
pyplotsuite/imageanalyzer/__init__.py [moved from plotfile/__init__.py with 100% similarity]
pyplotsuite/imageanalyzer/circularlist.py [moved from imageanalyzer/circularlist.py with 100% similarity]
pyplotsuite/imageanalyzer/histogramdialog.py [moved from imageanalyzer/histogramdialog.py with 100% similarity]
pyplotsuite/imageanalyzer/icons/logo.svg [moved from imageanalyzer/icons/logo.svg with 100% similarity]
pyplotsuite/imageanalyzer/icons/measure-icon-20.png [moved from imageanalyzer/icons/measure-icon-20.png with 100% similarity]
pyplotsuite/imageanalyzer/image_analyzer.glade [moved from imageanalyzer/image_analyzer.glade with 100% similarity]
pyplotsuite/imageanalyzer/image_analyzer.gladep [moved from imageanalyzer/image_analyzer.gladep with 100% similarity]
pyplotsuite/imageanalyzer/loadfile.py [moved from imageanalyzer/loadfile.py with 100% similarity]
pyplotsuite/imageanalyzer/logo.png [moved from imageanalyzer/logo.png with 100% similarity]
pyplotsuite/imageanalyzer/samples/bw.png [moved from imageanalyzer/samples/bw.png with 100% similarity]
pyplotsuite/imageanalyzer/samples/castle.jpg [moved from imageanalyzer/samples/castle.jpg with 100% similarity]
pyplotsuite/imageanalyzer/samples/lena.txt [moved from imageanalyzer/samples/lena.txt with 100% similarity]
pyplotsuite/imageanalyzer/samples/test-img.tif [moved from imageanalyzer/samples/test-img.tif with 100% similarity]
pyplotsuite/imageanalyzer/section.py [moved from imageanalyzer/section.py with 100% similarity]
pyplotsuite/imageanalyzer/sectionsdialog.py [moved from imageanalyzer/sectionsdialog.py with 100% similarity]
pyplotsuite/imageanalyzer2.py [moved from imageanalyzer.py with 99% similarity]
pyplotsuite/plotfile/__init__.py [moved from common/__init__.py with 100% similarity]
pyplotsuite/plotfile/interpolation.py [moved from plotfile/interpolation.py with 100% similarity]
pyplotsuite/plotfile/plotfile2.glade [moved from plotfile/plotfile2.glade with 100% similarity]
pyplotsuite/plotfile/plotfile2.gladep [moved from plotfile/plotfile2.gladep with 100% similarity]
pyplotsuite/plotfile/samples/data.txt [moved from plotfile/samples/data.txt with 100% similarity]
pyplotsuite/plotfile/samples/data2.txt [moved from plotfile/samples/data2.txt with 100% similarity]
pyplotsuite/plotfile/samples/data3.txt [moved from plotfile/samples/data3.txt with 100% similarity]
pyplotsuite/plotfile/samples/data4.txt [moved from plotfile/samples/data4.txt with 100% similarity]
pyplotsuite/plotfile/samples/trash.txt [moved from plotfile/samples/trash.txt with 100% similarity]
pyplotsuite/plotfile2.py [moved from plotfile2.py with 99% similarity]
setup.py