summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #18042 from charris/testingCharles Harris2020-12-271-10/+6
|\
| * MAINT: Add dist_info to valid setup.py commands.Charles Harris2020-12-271-10/+6
* | BLD: ensure we give the right error message for old Python versionsRalf Gommers2020-12-221-5/+10
|/
* BUG: Replace f-string in root setup.pyCharles Harris2020-12-121-4/+4
* BUG: Make sdist use distutils.Charles Harris2020-12-101-5/+8
* ENH: Use versioneer to manage numpy versions.Charles Harris2020-12-081-123/+49
* MAINT: Remove remaining uses of Python 3.6.Charles Harris2020-12-021-4/+3
* ENH: Timestamp development versions.Charles Harris2020-11-301-1/+4
* MAINT: Update master after 1.20.x branch.v1.21.0.dev0Charles Harris2020-11-271-1/+1
* ENH: adds type hints to numpy.version (gh-17711)Douglas Fenstermacher2020-11-051-5/+5
* fix small typos.Qiyu82020-11-031-1/+1
* Fully qualify license trove classifierjohnthagen2020-10-221-1/+1
* Merge pull request #17444 from BvB93/typedMatti Picus2020-10-041-0/+1
|\
| * ENH: Add `Typing :: Typed` to the PyPi classifierBas van Beek2020-10-041-0/+1
* | Add 3.10 classifierHugo van Kemenade2020-10-041-0/+1
* | Update commentHugo van Kemenade2020-10-041-1/+1
* | Already compatible with 3.10Hugo van Kemenade2020-10-041-1/+1
* | Clarify warning, it might work before official supportHugo van Kemenade2020-10-041-1/+1
* | Add comment to remind to keep consistent with classifiersHugo van Kemenade2020-10-041-0/+1
* | MAINT: Fix Flake8Hugo van Kemenade2020-10-041-27/+25
* | ENH: Warn on unsupported Python 3.9+Hugo van Kemenade2020-10-041-1/+8
|/
* Merge pull request #16619 from mattip/c99-again2Charles Harris2020-08-271-12/+18
|\
| * MAINT: refactoring from reviewmattip2020-07-281-16/+17
| * MAINT: fixes from reviewmattip2020-07-281-4/+4
| * BUG: fixes failures (from review)mattip2020-06-171-3/+4
| * BLD: use '-dumpversion' to get gcc versionmattip2020-06-161-15/+7
| * BLD: check if std=c99 is really requiredmattip2020-06-161-7/+19
* | ENH: Add NumPy declarations to be used by Cython 3.0+ (#16986)scoder2020-08-051-1/+1
* | Revert "MAINT: setuptools 49.2.0 emits a warning, avoid it"mattip2020-07-141-4/+0
* | MAINT: setuptools 49.2.0 emits a warning, avoid itmattip2020-07-121-0/+4
* | REL: Fix outdated docs linkEric Wieser2020-06-201-1/+11
|/
* MAINT: Remove f-strings in setup.py. (gh-16346)Wojciech Rzadkowski2020-05-221-2/+2
* BUG: Require Python >= 3.6 in setup.pyCharles Harris2020-05-181-2/+2
* REL: Update master after 1.19.x branch.Charles Harris2020-05-171-1/+1
* BUG: add missing numpy/__init__.pxd to the wheelmattip2020-05-051-0/+1
* 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