summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #11802 from charris/f2py-console-scriptCharles Harris2018-08-281-0/+15
|\
| * ENH: Use entry_points to install the f2py scripts.Charles Harris2018-08-231-0/+15
* | DOC: edit setup.py docstring that is displayed on PyPI.Ralf Gommers2018-08-241-15/+12
|/
* BUG: Revert use of `console_scripts`.Charles Harris2018-08-111-7/+0
* MAINT: add PyPI classifier for Python 3.7Ralf Gommers2018-06-271-0/+1
* HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-161-2/+2
* REL: Setup master for 1.16 development.Charles Harris2018-06-121-1/+1
* BUG: Fix `setup.py build install egg_info`, which did not previously buildEric Wieser2018-03-121-9/+16
* BUG: fix entry_points typo for from-templatexoviat2018-02-141-1/+1
* ENH: Add entry_points for f2py, conv_template, and from_template. (#10463)xoviat2018-01-301-0/+7
* Use zip_safe=False in setup() callNathaniel J. Smith2018-01-231-0/+1
* MAINT: Update download URL in setup.py.Charles Harris2018-01-101-1/+1
* MAINT: Update development branch version to 1.15.0.Charles Harris2017-12-111-1/+1
* BLD: Include the license file in NumPy wheels.Charles Harris2017-11-291-3/+4
* 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