| Home | Trees | Indices | Help |
|
|---|
|
|
1 #!/usr/bin/env python 2 3 from numpy.distutils.misc_util import Configuration 4 from numpy.distutils.core import setup 5 6 16 17 18 if __name__ == '__main__': 19 setup(**configuration(top_path='').todict()) 20
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Mar 17 14:22:27 2009 | http://epydoc.sourceforge.net |