summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* REL: Set version to 1.4.1.v1.4.1rgommers2010-04-221-1/+1
* Update version number to 1.4.1rc3.rgommers2010-04-181-1/+1
* REL: Change version number to 1.4.1rc2.rgommers2010-04-181-1/+1
* REL: Set version number to 1.4.1rc1v1.4.1rc1rgommers2010-04-181-2/+2
* REL: release NumPy 1.4.0.v1.4.0David Cournapeau2009-12-281-2/+2
* REL: start rc3 - or hopefully the actual release.David Cournapeau2009-12-211-2/+2
* REL: 1.4.0rc2.v1.4.0rc2David Cournapeau2009-12-211-1/+1
* REL: we need a rc2.David Cournapeau2009-12-101-2/+2
* REL: release 1.4.0rc1.v1.4.0rc1David Cournapeau2009-12-011-2/+2
* Fix svn revision parsing under win32.David Cournapeau2009-09-181-3/+4
* Continue building even if svn revision detection breaks.Stefan van der Walt2009-06-171-4/+5
* BUG #1100: fix svn version detection for localized environments.David Cournapeau2009-06-011-2/+15
* Revert using setuptools svn revision, it is broken.David Cournapeau2009-04-021-37/+20
* Remove missing import.David Cournapeau2009-04-011-1/+0
* Fix missing distutils log import .David Cournapeau2009-04-011-7/+8
* Use setuptools svn rev parsing, should be more reliable ?David Cournapeau2009-03-271-14/+36
* ... and reDavid Cournapeau2009-03-271-0/+1
* Forgot to import subprocess.David Cournapeau2009-03-271-0/+1
* Fix svn version detection.David Cournapeau2009-03-271-15/+15
* Fix spelling mistake in version module gen.David Cournapeau2009-03-271-1/+1
* Fix metadata incorrectly defined as tuples.David Cournapeau2009-03-271-12/+12
* Add svn parse for the full version.David Cournapeau2009-03-271-1/+25
* Mention that version.py file is now generated.David Cournapeau2009-03-271-1/+2
* Generate the version.py file, to help keeping the version synchronized everyw...David Cournapeau2009-03-271-0/+31
* Use global for distutils metat-data, so that we can pull them from paver.David Cournapeau2009-03-271-12/+25
* Do not add doc sources through add_data_dir: it will put the docs alongside n...David Cournapeau2008-12-281-10/+0
* Add doc sources so that sdist tarball contains them.David Cournapeau2008-12-211-0/+10
* BUG: Fix email addresses.Robert Kern2008-08-011-2/+2
* PyPI metadata fixes.Robert Kern2008-06-181-2/+2
* 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