summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Modify the setup routine to indicate that it is being run via a systemFernando Perez2007-12-301-0/+7
* remove old reference to deleted file (r4384)Jarrod Millman2007-11-051-1/+0
* ran reindent.py to clean up whitespaceJarrod Millman2007-10-291-4/+4
* Fix ticket 535.Pearu Peterson2007-06-051-3/+4
* Fix some problems with data-files not being added in top-level and extra vers...Travis Oliphant2007-05-311-6/+6
* Remove MANIFEST file at startup time, since distutils fails to properly updat...Fernando Perez2006-07-121-0/+5
* Use correct download url in setup.py so that setuptool's easy_install wouldcookedm2006-04-211-1/+1
* Fix version machinery and pkg information requests.Pearu Peterson2006-04-041-20/+20
* Add svn revision number to version.Pearu Peterson2006-03-311-9/+5
* Introduced configuration kw argument to setup. This fixes long lasted long co...Pearu Peterson2006-03-311-28/+36
* Included numpy .txt files to installation.Pearu Peterson2006-03-301-0/+4
* Adding swig and pyrex examplesTravis Oliphant2006-03-131-2/+2
* Added options to Configuration.Pearu Peterson2006-01-311-1/+4
* Handle setup.py help and display requests without noise.Pearu Peterson2006-01-301-4/+4
* Fixed error in setflags and added a few unit tests for test_multiarrayTravis Oliphant2006-01-061-3/+3
* Fixed libTravis Oliphant2006-01-041-2/+2
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-2/+2
* Fix-up setup.pyTravis Oliphant2006-01-041-6/+41
* whitespace fixcookedm2005-12-011-1/+1
* Made svn version available to main setup.py script.Pearu Peterson2005-10-131-2/+5
* More thanks...Travis Oliphant2005-09-291-0/+1
* Moved weave to be a sub-package of scipy (so as not to conflict with any alre...Travis Oliphant2005-09-261-1/+0
* Adding weave and testTravis Oliphant2005-09-261-3/+4
* Adding scipy.baseTravis Oliphant2005-09-141-3/+3
* Fixing for new distutilsTravis Oliphant2005-09-141-68/+18
* Fixed version numbers.Pearu Peterson2005-01-291-11/+20
* Renamed Scipy to scipy (as there are packages like scipy_base etc).Pearu Peterson2005-01-281-1/+1
* Prepearing to tag scipy tree (unified micro version numbers)v0.2.2Pearu Peterson2004-04-021-3/+8
* Using NOCOLOR env.var to workaround cygncurses bug under cygwin.Pearu Peterson2004-02-021-1/+1
* Added weave to scipy_corePearu Peterson2004-01-041-1/+2
* This fixes curious scipy_distutils.core import error.Pearu Peterson2003-11-241-1/+1
* Now one can run 'python /full/path/to/scipy_core/setup.py'Pearu Peterson2003-11-241-26/+17
* Introduced SourceFilter. Clean ups and minor bug fixesPearu Peterson2003-10-271-3/+4
* Renamed setup_scipy_core.py to setup.py because scipy_core is not a real packagePearu Peterson2003-03-081-0/+77