summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* convert shebang from python to python3 (#15687)Changqing Li2020-03-041-1/+1
* MAINT: cleanup unused imports; avoid redefinition of importsMike Taves2020-02-061-1/+3
* Updated setup.py with f-stringsXavier Thomas2020-01-241-2/+3
* DOC: fix typosBrian Wignall2020-01-141-1/+1
* MAINT: --std=c99 works, but -std=c99 is bettermattip2020-01-051-4/+4
* MAINT: add --std=c99 in setup.py, not distutilsmattip2020-01-051-2/+40
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* REL: Update master after 1.18.x branch.Charles Harris2019-12-031-4/+3
* Update CLASSIFIERS with python 3.8 supportGrzegorz Bokota2019-10-241-0/+1
* MAINT: Add assert that git version is available. (#14548)Seth Troisi2019-09-231-0/+4
* BUG: importing build_src breaks setuptools monkeypatch for msvc14mattip2019-09-211-2/+0
* DOC, BUILD: make build_src more discoverablemattip2019-09-201-2/+5
* BLD: remove generated Cython files from sdistRalf Gommers2019-09-081-2/+2
* DOC: Document project as Python 3 only with a trove classifierJon Dufresne2019-08-261-0/+1
* ENH: add pyproject.tomlmattip2019-07-171-1/+1
* MAINT: Remove unnecessary backslashes when not needed.MSeifert042019-07-021-2/+2
* MAINT: Prepare master for 1.18.0 development.Charles Harris2019-06-301-1/+1
* MAINT: remove pre-randomgen _mtrandmattip2019-05-231-1/+1
* BENCH: convert bencmarks to asv formatmattip2019-05-201-2/+2
* BUILD: move files out of _randomgenmattip2019-05-201-6/+7
* MAINT: rename LICENSE_bundled.txt to LICENSES_bundled.txtRalf Gommers2019-05-071-3/+3
* BLD: prune LICENSE_bundled.txt in MANIFEST.inRalf Gommers2019-05-061-5/+0
* LICENSE: split license file in standard BSD 3-clause and bundled.Ralf Gommers2019-05-041-1/+34
* BUG: missing git raises an OSErrormattip2019-05-011-1/+1
* BUILD, BUG: fix from review, fix bug in git_versionmattip2019-04-251-2/+2
* Add project_urls to setupJarrod Millman2019-04-111-0/+5
* BLD: Fix minimum Python version in setup.py (#12616)Juan Luis Cano Rodríguez2018-12-261-3/+1
* MAINT: Prepare master for 1.17.0 development.Charles Harris2018-12-081-10/+6
* 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
|\