summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Expand)AuthorFilesLines
2007-06-05Fix ticket 535.Pearu Peterson1-3/+4
2007-05-31Fix some problems with data-files not being added in top-level and extra vers...Travis Oliphant1-6/+6
2006-07-12Remove MANIFEST file at startup time, since distutils fails to properly updat...Fernando Perez1-0/+5
2006-04-21Use correct download url in setup.py so that setuptool's easy_install wouldcookedm1-1/+1
2006-04-04Fix version machinery and pkg information requests.Pearu Peterson1-20/+20
2006-03-31Add svn revision number to version.Pearu Peterson1-9/+5
2006-03-31Introduced configuration kw argument to setup. This fixes long lasted long co...Pearu Peterson1-28/+36
2006-03-30Included numpy .txt files to installation.Pearu Peterson1-0/+4
2006-03-13Adding swig and pyrex examplesTravis Oliphant1-2/+2
2006-01-31Added options to Configuration.Pearu Peterson1-1/+4
2006-01-30Handle setup.py help and display requests without noise.Pearu Peterson1-4/+4
2006-01-06Fixed error in setflags and added a few unit tests for test_multiarrayTravis Oliphant1-3/+3
2006-01-04Fixed libTravis Oliphant1-2/+2
2006-01-04Changed all references to scipy to numpyTravis Oliphant1-2/+2
2006-01-04Fix-up setup.pyTravis Oliphant1-6/+41
2005-12-01whitespace fixcookedm1-1/+1
2005-10-13Made svn version available to main setup.py script.Pearu Peterson1-2/+5
2005-09-29More thanks...Travis Oliphant1-0/+1
2005-09-26Moved weave to be a sub-package of scipy (so as not to conflict with any alre...Travis Oliphant1-1/+0
2005-09-26Adding weave and testTravis Oliphant1-3/+4
2005-09-14Adding scipy.baseTravis Oliphant1-3/+3
2005-09-14Fixing for new distutilsTravis Oliphant1-68/+18
2005-01-29Fixed version numbers.Pearu Peterson1-11/+20
2005-01-28Renamed Scipy to scipy (as there are packages like scipy_base etc).Pearu Peterson1-1/+1
2004-04-02Prepearing to tag scipy tree (unified micro version numbers)Pearu Peterson1-3/+8
2004-02-02Using NOCOLOR env.var to workaround cygncurses bug under cygwin.Pearu Peterson1-1/+1
2004-01-04Added weave to scipy_corePearu Peterson1-1/+2
2003-11-24This fixes curious scipy_distutils.core import error.Pearu Peterson1-1/+1
2003-11-24Now one can run 'python /full/path/to/scipy_core/setup.py'Pearu Peterson1-26/+17
2003-10-27Introduced SourceFilter. Clean ups and minor bug fixesPearu Peterson1-3/+4
2003-03-08Renamed setup_scipy_core.py to setup.py because scipy_core is not a real packagePearu Peterson1-0/+77