]> Creatis software - gdcm.git/commit
* Changed the layout of the python part to avoid bloating main
authorfrog <frog>
Fri, 17 Jan 2003 10:48:13 +0000 (10:48 +0000)
committerfrog <frog>
Fri, 17 Jan 2003 10:48:13 +0000 (10:48 +0000)
commit7e60dba6f39cee3c99cdc92676893a8c9d618410
tree01a609537c0d224bad35f378d7ff52f4e5e1f7de
parentec2e18e4b67fae08879a7428560e1c021ed11d6d
  * Changed the layout of the python part to avoid bloating main
        directory with setup.py, distutilsSwigCPlusPlus.py, MANIFEST.in
        i.e. the distutils arsenal. All the python related stuff is
        again in a python subdir, but the package itself is now in
        python/gdcmPython.
      * setup.py was cleaned up:
        - pythonIncludePath removed
        - python setup.py bdist target is now functional.
      * gdcmPython/__init__.py doesn't export FileName any more (to avoid
        collision with other packages). gdcmPython/demo/*.py changed
        accordingly.   --- Frog
17 files changed:
.cvsignore
ChangeLog
MANIFEST.in [deleted file]
distutilsSwigCPlusPlus.py [deleted file]
gdcmPython/.cvsignore [deleted file]
gdcmPython/Makefile [deleted file]
gdcmPython/__init__.py [deleted file]
gdcmPython/demo/.cvsignore [deleted file]
gdcmPython/demo/explore.py [deleted file]
gdcmPython/demo/printGroupedPublicDict.py [deleted file]
gdcmPython/demo/test.py [deleted file]
gdcmPython/demo/testAll.py [deleted file]
gdcmPython/gdcm.i [deleted file]
gdcmPython/testSuite.py [deleted file]
gdcmPython/win32/gdcmpy.dsp [deleted file]
gdcmPython/win32/gdcmpycomplet.dsp [deleted file]
setup.py [deleted file]