summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Suport Python 3.11 (#438)Jarrod Millman2022-10-041-0/+1
* Require sphinx>=4.2 (#411)Jarrod Millman2022-07-291-1/+1
* Fix bug with version name (#400)Jarrod Millman2022-05-271-1/+1
* Run black formatterJarrod Millman2022-05-071-26/+30
* Require sphinx>3 (#385)Jarrod Millman2022-04-251-1/+1
* MAINT: Dont import for version (#382)Eric Larson2022-04-141-1/+9
* Runtime verification of sphinx and jinja2 versions (#381)Ross Barnowski2022-04-131-1/+1
* Add pre-commit hook / linter (#374)Jarrod Millman2022-04-051-1/+1
* Upper bound jinja (#369)Jarrod Millman2022-03-291-1/+1
* Update deps (#350)Jarrod Millman2022-01-091-1/+1
* Use setuptools instead of distutils (#349)Jarrod Millman2022-01-081-4/+1
* Update supported Python versions (#348)Jarrod Millman2022-01-081-5/+4
* FIX: Fix RTDEric Larson2021-04-211-0/+2
* DEV: Add test_requirements.txt to setup.pyRoss Barnowski2020-06-241-0/+6
* Drop Python 2.7 and 3.4 supportRoman Yurchak2019-10-231-8/+6
* ENH: Test full output and coverage (#230)Eric Larson2019-08-091-2/+7
* Updating minimum sphinx version in setup.py (#211)Brigitta Sipocz2019-04-231-1/+1
* DOC: update URL to documentation in setup.pyRalf Gommers2018-03-301-1/+1
* Reinsert import of setuptoolsJoel Nothman2017-11-021-0/+1
* Flake8Joel Nothman2017-10-241-2/+2
* Make version available to Python without dependencies; and to Sphinx metadataJoel Nothman2017-10-241-5/+1
* DOC: pipe README.rst contents into ``long_description``, for PyPI frontpageRalf Gommers2017-10-221-0/+13
* MAINT: set minimum Sphinx version to 1.2.3, remove linkcode extension.Ralf Gommers2016-12-281-1/+1
* BUG: fix installing numydoc, broken with missing templates after gh-77.Ralf Gommers2016-12-281-1/+1
* Merge pull request #77 from jnothman/templated-orderRalf Gommers2016-12-271-1/+1
|\
| * Add dependency on jinja2Joel Nothman2016-11-301-1/+1
* | MAINT: add PyPI classifier for Python 3.6, remove Python 2.6 / 3.3Ralf Gommers2016-11-291-5/+4
|/
* Add __version__ attributeJulien Schueller2016-11-161-1/+5
* BLD: fix sphinx version reqThomas A Caswell2016-08-271-1/+1
* Use setuptools 'install_requires' instead of 'requires' in setup.py.Israel Saeta PĂ©rez2016-06-261-1/+1
* REL: update version to 0.6.0, add PyPi classifiers.v0.6Ralf Gommers2016-02-021-3/+11
* REL: use the distutils sdist command instead of the setuptools one.Ralf Gommers2016-01-311-0/+3
* Update version to 0.6.devPauli Virtanen2014-06-081-1/+1
* Bump version to 0.5v0.5Pauli Virtanen2014-06-081-1/+1
* Point URL to something that actually existsThomas Kluyver2013-11-131-1/+1
* Bump version since 0.4 has been releasedJens H Nielsen2013-08-211-1/+1
* MAINT: Remove outdated version checks.Charles Harris2013-07-111-3/+2
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* ENH: numpydoc: Python 2 & 3 in single codebase, restructure as a packagePauli Virtanen2013-02-161-2/+8
* sphinxext: some cleanup in setup.pyDenis Laxalde2012-06-071-11/+3
* sphinxext: bump numpydoc versionv0.4Pauli Virtanen2010-10-011-3/+3
* sphinxext: bump numpydoc version, fix build bugPauli Virtanen2009-09-211-2/+2
* sphinxext: autosummary: don't insert nested paragraphs in the tablePauli Virtanen2009-04-041-1/+1
* sphinxext: convert the Sphinx extensions into a `numpydoc` package that can b...Pauli Virtanen2009-04-011-0/+31