summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Update all pypi.python.org URLs to pypi.orgJon Dufresne2018-04-181-1/+1
* Merge branch '1.7'Takeshi KOMIYA2018-04-141-0/+13
|\
| * Update package classifiersTakeshi KOMIYA2018-04-021-0/+13
* | Merge commit '6694981dd6939ab876b27d4e20a8128561c307ac'Takeshi KOMIYA2018-03-151-0/+1
|\ \ | |/
| * Pass python_requires argument to setuptoolsJon Dufresne2018-03-131-0/+1
* | Merge branch '1.7'Takeshi KOMIYA2018-03-031-27/+0
|\ \ | |/
| * Remove CompileGrammarCommand, it uses removed sphinx.pycode.pgen2 moduleDmitry Shachnev2018-03-011-27/+0
* | Catch errors on compiling catalogs (refs: #4655)Takeshi KOMIYA2018-03-011-1/+22
|/
* Merge pull request #4505 from tk0miya/use_flake8-import-orderTakeshi KOMIYA2018-01-291-2/+3
|\
| * Merge branch '1.7-release' into use_flake8-import-orderTakeshi KOMIYA2018-01-281-10/+3
| |\
| * | Use flake8-import-orderTakeshi KOMIYA2018-01-281-2/+3
* | | Fix utils package is installedTakeshi KOMIYA2018-01-281-1/+1
| |/ |/|
* | setup: Configure flake8 extension as a local pluginStephen Finucane2018-01-261-10/+3
|/
* Fix #4183: doctest: ``:pyversion:`` option also follows PEP-440 specificationTakeshi KOMIYA2018-01-081-0/+1
* Improve READMEStephen Finucane2017-12-191-28/+2
* setup.py: Include 'flake8' in 'test' requirementsStephen Finucane2017-12-181-0/+1
* setup: Install mock for Python 3 tooStephen Finucane2017-12-131-1/+1
* Merge pull request #4120 from stephenfin/the-great-toxification-4Takeshi KOMIYA2017-10-181-13/+10
|\
| * requirements: Reduce duplicationStephen Finucane2017-10-101-6/+10
| * setup.py: Stop caring about pip 1.5.6Stephen Finucane2017-10-101-7/+0
* | Update classifiers with supported versionsHugo2017-10-111-0/+6
|/
* utils: Move "header check" to a flake8 pluginStephen Finucane2017-10-051-0/+7
* sphinx-quickstart: Move code to 'sphinx.cmd'Stephen Finucane2017-10-021-1/+1
* sphinx-build: Move code out of 'sphinx.__init__'Stephen Finucane2017-10-021-1/+1
* apidoc: Move apidoc to ext/apidocStephen Finucane2017-09-201-1/+1
* Fix flake8 violationsTakeshi KOMIYA2017-05-261-1/+0
* Merge branch 'stable'Takeshi KOMIYA2017-05-261-0/+6
|\
| * setup.py: Add requires for installation from tarballTakeshi KOMIYA2017-05-261-0/+3
| * Refactor setup.pyTakeshi KOMIYA2017-05-261-1/+3
| * Do not require typing module for python>=3.5Julien Schueller2017-05-261-1/+2
* | Do not require typing module for python>=3.5Julien Schueller2017-05-251-1/+2
|/
* Fix #3683: sphinx.websupport module is not provided by defaultTakeshi KOMIYA2017-05-031-1/+3
* make websupport-dependency optionalTakeshi KOMIYA2017-04-291-1/+3
* Split websupport to sphinxcontrib-websupport packageTakeshi KOMIYA2017-04-221-4/+1
* Builder entry points require pkg_resources/setuptoolsBrecht Machiels2017-04-101-0/+1
* Fix test dependAlexander Shadchin2017-02-261-1/+1
* Merge branch 'stable'Takeshi KOMIYA2017-01-291-1/+1
|\
| * Support requests-2.0.0 (experimental) (refs: #3367)Takeshi KOMIYA2017-01-291-1/+1
* | Merge branch 'stable'Takeshi KOMIYA2017-01-071-1/+1
|\ \ | |/
| * Dependency requirement updates: requests 2.4.0 or above (refs: #3268, #3310)Takeshi KOMIYA2017-01-071-1/+1
* | Merge branch '1.5-release' into mastershimizukawa2016-12-051-1/+1
|\ \ | |/
| * small fix in setup.py and release-checklist.shimizukawa2016-12-041-1/+1
* | Prepare to type-check using mypyTakeshi KOMIYA2016-11-161-0/+1
|/
* Fix flake8 violationTakeshi KOMIYA2016-11-161-0/+1
* Fix #2919: Drop py26 supportTakeshi KOMIYA2016-09-151-3/+3
* Drop python 3.3 supportTakeshi KOMIYA2016-08-301-2/+2
* Merge branch 'stable'Takeshi KOMIYA2016-08-201-1/+1
|\
| * Require six 1.5 for html_parserJulien Schueller2016-08-181-1/+1
* | Add compile_grammar command to setup.py (ref: #2765)Takeshi KOMIYA2016-08-191-5/+26
* | Bundle sphinx/pycode/Grammar-*.pickle (ref: #2765)Takeshi KOMIYA2016-07-121-0/+5