summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Expand)AuthorFilesLines
2018-03-12BUG: Fix `setup.py build install egg_info`, which did not previously buildEric Wieser1-9/+16
2018-02-14BUG: fix entry_points typo for from-templatexoviat1-1/+1
2018-01-30ENH: Add entry_points for f2py, conv_template, and from_template. (#10463)xoviat1-0/+7
2018-01-23Use zip_safe=False in setup() callNathaniel J. Smith1-0/+1
2018-01-10MAINT: Update download URL in setup.py.Charles Harris1-1/+1
2017-12-11MAINT: Update development branch version to 1.15.0.Charles Harris1-1/+1
2017-11-29BLD: Include the license file in NumPy wheels.Charles Harris1-3/+4
2017-06-20BUG: fix issue when using ``python setup.py somecommand --force``.Ralf Gommers1-0/+1
2017-05-10MAINT: Update master branch for 1.14.0 development.Charles Harris1-1/+1
2017-04-16REL: add `python_requires` to setup.pyRalf Gommers1-0/+1
2017-03-26DOC: update docs and comments for move of mailing list to python.orgRalf Gommers1-1/+1
2017-03-08BUG: Add HOME to the git environment.Robert Kern1-1/+1
2016-11-05MAINT: Update pavement.py and setup.py for numpy 1.13.0.Charles Harris1-1/+2
2016-09-06DOC: change Numpy to NumPy in remaining filesPierre de Buyl1-4/+4
2016-09-03Merge pull request #7956 from rgommers/numpysetupCharles Harris1-0/+5
2016-09-03BLD: remove __NUMPY_SETUP__ from builtins at end of setup.pyRalf Gommers1-0/+5
2016-09-02ENH: Add stacklevel to all (or almost all) our function callsSebastian Berg1-1/+1
2016-05-04MAINT: Cleanp of random stuffJoseph Fox-Rabinovitz1-1/+1
2016-04-09MAINT: Update setup.py to reflect supported python versions.Charles Harris1-5/+2
2016-04-07Fixed iteration over additional bad commandsLuca Mussi1-1/+1
2016-03-07DOC: note about wheels / windows wheels for pypiMatthew Brett1-0/+7
2016-01-27BLD/BUG: revert usage of setuptools when building an sdist.Ralf Gommers1-1/+1
2016-01-19REL: Update master branch after 1.12.x branch has been made.Charles Harris1-1/+1
2016-01-16DOC/BUG: textual improvements in install docs, and fix a typo in setup.pyRalf Gommers1-2/+2
2016-01-16DOC: add NumpyVersion to the docs, and mention it in version.pyRalf Gommers1-0/+2
2016-01-16BLD: finish handling of setuptools commands.Ralf Gommers1-26/+89
2016-01-16BLD: disable (half-)broken setuptools commands and give clear error messages.Ralf Gommers1-2/+64
2016-01-16BLD: require setuptools for Numpy builds. Closes gh-6551.Ralf Gommers1-20/+16
2015-12-17BLD: use setuptools for bdist_egg distributionsEugene Krokhalev1-2/+2
2015-10-21Merge pull request #6526 from dsanders11/patch-1Charles Harris1-1/+1
2015-10-20Revert "Merge pull request #5614 from charris/cleanup-gh-5587"Charles Harris1-1/+0
2015-10-19Fix use of __doc__ in setup.py for -OO modeDavid Sanders1-1/+1
2015-10-10BLD: import setuptools to allow compile with VS2008 python2.7 sdkJulian Taylor1-2/+6
2015-08-05DOC: Add Trove classifiers for supported Python versionsAlex Willmer1-0/+8
2015-08-03MAINT: Init master branch for 1.11.0 development.Charles Harris1-1/+1
2015-02-27BLD: Add mingw-w64 support for the mingw64static option.carlkl1-0/+1
2015-02-10Change to fully PEP440 compliant dev version numbers (always .dev0)Åsmund Hjulstad1-1/+1
2014-12-23BLD: for PEP 440 compliance, change development version name format from e.g....alex1-1/+1
2014-07-06Merge pull request #4671 from charris/prepare-1.10-develCharles Harris1-1/+1
2014-05-06MAINT: start 1.10-devel.Charles Harris1-1/+1
2014-05-03BUG: cythonize sources for wheel buildMatthew Brett1-5/+3
2014-04-05BLD: remove cython c source from gitJulian Taylor1-0/+14
2014-01-29BLD: check submodules on sdistJulian Taylor1-0/+29
2013-12-07MAINT: setup.py improvements - allow some setuptools commands to work.Ralf Gommers1-42/+60
2013-08-18REL: Update minor version number to 9.Charles Harris1-1/+1
2013-07-11MAINT: Remove outdated version checks.Charles Harris1-0/+3
2013-04-212to3: Stop using 2to3 and remove the tools/py3tool.py file.Charles Harris1-28/+1
2013-04-062to3: Apply `print` fixer.Charles Harris1-1/+1
2013-04-022to3: Apply `imports` fixer.Charles Harris1-3/+3
2013-03-012to3: Put `from __future__ import division in every python file.Charles Harris1-0/+2