This is DISTUTILS interface for building source/binary distribution
and installing PyAutoDock package. This package provides a python 
implementation of the autodock3 scoring function and of the new autodock4
scoring function. Also it includes a python implementation of AutoGrid.

To build source distribution:

 python2.4 setup.py sdist


To build binary distribution :
 python2.4 setup.py bdist

The above commands create a .tar file and place it in ./dist directory



To install the package:
  python2.4 setup.py install

This will install PyAutoDock package in sys.prefix directory.
To specify the installation directory use "--install-purelib" command line 
option:
   python2.4 setup.py install --install-purelib=MY_INSTALLDIR

 
