summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: fix issue when using ``python setup.py somecommand --force``.Ralf Gommers2017-06-201-0/+1
* MAINT: Update master branch for 1.14.0 development.Charles Harris2017-05-101-1/+1
* REL: add `python_requires` to setup.pyRalf Gommers2017-04-161-0/+1
* DOC: update docs and comments for move of mailing list to python.orgRalf Gommers2017-03-261-1/+1
* BUG: Add HOME to the git environment.Robert Kern2017-03-081-1/+1
* MAINT: Update pavement.py and setup.py for numpy 1.13.0.Charles Harris2016-11-051-1/+2
* DOC: change Numpy to NumPy in remaining filesPierre de Buyl2016-09-061-4/+4
* Merge pull request #7956 from rgommers/numpysetupCharles Harris2016-09-031-0/+5
|\
| * BLD: remove __NUMPY_SETUP__ from builtins at end of setup.pyRalf Gommers2016-09-031-0/+5
* | ENH: Add stacklevel to all (or almost all) our function callsSebastian Berg2016-09-021-1/+1
|/
* MAINT: Cleanp of random stuffJoseph Fox-Rabinovitz2016-05-041-1/+1
* MAINT: Update setup.py to reflect supported python versions.Charles Harris2016-04-091-5/+2
* Fixed iteration over additional bad commandsLuca Mussi2016-04-071-1/+1
* DOC: note about wheels / windows wheels for pypiMatthew Brett2016-03-071-0/+7
* BLD/BUG: revert usage of setuptools when building an sdist.Ralf Gommers2016-01-271-1/+1
* REL: Update master branch after 1.12.x branch has been made.Charles Harris2016-01-191-1/+1
* DOC/BUG: textual improvements in install docs, and fix a typo in setup.pyRalf Gommers2016-01-161-2/+2
* DOC: add NumpyVersion to the docs, and mention it in version.pyRalf Gommers2016-01-161-0/+2
* BLD: finish handling of setuptools commands.Ralf Gommers2016-01-161-26/+89
* BLD: disable (half-)broken setuptools commands and give clear error messages.Ralf Gommers2016-01-161-2/+64
* BLD: require setuptools for Numpy builds. Closes gh-6551.Ralf Gommers2016-01-161-20/+16
* BLD: use setuptools for bdist_egg distributionsEugene Krokhalev2015-12-171-2/+2
* Merge pull request #6526 from dsanders11/patch-1Charles Harris2015-10-211-1/+1
|\
| * Fix use of __doc__ in setup.py for -OO modeDavid Sanders2015-10-191-1/+1
* | Revert "Merge pull request #5614 from charris/cleanup-gh-5587"Charles Harris2015-10-201-1/+0
|/
* BLD: import setuptools to allow compile with VS2008 python2.7 sdkJulian Taylor2015-10-101-2/+6
* DOC: Add Trove classifiers for supported Python versionsAlex Willmer2015-08-051-0/+8
* MAINT: Init master branch for 1.11.0 development.Charles Harris2015-08-031-1/+1
* BLD: Add mingw-w64 support for the mingw64static option.carlkl2015-02-271-0/+1
* Change to fully PEP440 compliant dev version numbers (always .dev0)Åsmund Hjulstad2015-02-101-1/+1
* BLD: for PEP 440 compliance, change development version name format from e.g....alex2014-12-231-1/+1
* Merge pull request #4671 from charris/prepare-1.10-develCharles Harris2014-07-061-1/+1
|\
| * MAINT: start 1.10-devel.Charles Harris2014-05-061-1/+1
* | BUG: cythonize sources for wheel buildMatthew Brett2014-05-031-5/+3
|/
* BLD: remove cython c source from gitJulian Taylor2014-04-051-0/+14
* BLD: check submodules on sdistJulian Taylor2014-01-291-0/+29
* MAINT: setup.py improvements - allow some setuptools commands to work.Ralf Gommers2013-12-071-42/+60
* REL: Update minor version number to 9.Charles Harris2013-08-181-1/+1
* MAINT: Remove outdated version checks.Charles Harris2013-07-111-0/+3
* 2to3: Stop using 2to3 and remove the tools/py3tool.py file.Charles Harris2013-04-211-28/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Apply `imports` fixer.Charles Harris2013-04-021-3/+3
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* 2to3: Apply `filter` fixes. Closes #3053.Charles Harris2013-02-281-1/+1
* move to www.numpy.orgSandro Tosi2012-12-301-1/+1
* PKG: Fix minor typo in setup.py.Stefan van der Walt2012-11-141-1/+1
* BUG: fix download link in setup.py (which is shown on PyPi).Ralf Gommers2012-11-051-3/+3
* Change version number on master to 1.8Travis E. Oliphant2012-06-211-1/+1
* Change version number to 1.7.0Travis E. Oliphant2012-02-231-2/+2
* BLD: fix build for py3k + pip. Closes #1857. Thanks to Erik Bray.Ralf Gommers2011-08-131-0/+13