summaryrefslogtreecommitdiff
path: root/numpy/distutils/command/install.py
Commit message (Collapse)AuthorAgeFilesLines
* BUG: setuptools does not run install_clib automatically -- run it manually ↵Pauli Virtanen2009-11-121-2/+5
| | | | in install_data, if setuptools is present (fix #1194)
* Update comment on using install_clib as a subcommand.David Cournapeau2009-07-261-1/+1
|
* Add a install_clib command.David Cournapeau2009-07-261-0/+3
|
* BUG: Override setuptools' install.run() method to correctly allow 'python ↵Robert Kern2008-09-181-1/+36
| | | | setup.py install' to work.
* Add patch for #141 from Andrew Straw: standard setuptools install idiom failscookedm2006-06-091-1/+6
|
* Remove unused importscookedm2006-02-021-3/+0
|
* Fix bdist_rpm for path names containing spaces.Pearu Peterson2006-01-281-0/+25
|
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+9