summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
...
* Eliminate nose-testconfig completelySviatoslav Sydorenko2017-04-231-1/+0
* Eliminate nose from package testing extrasSviatoslav Sydorenko2017-04-231-2/+0
* Add pytest-sugar to setup.pySviatoslav Sydorenko2017-04-231-1/+2
* Improve docstrings in setup.pySviatoslav Sydorenko2017-04-231-0/+4
* Revert "List all package data files explicitly"Jason R. Coombs2017-04-181-11/+0
* List all package data files explicitlySviatoslav Sydorenko2017-04-171-0/+11
* Always include sphinx, even though RTD supplies it implicitly.Jason R. Coombs2017-03-301-0/+1
* Use rst.linker 1.9 and jaraco.packaging.sphinx to load details from project m...Jason R. Coombs2017-03-301-1/+2
* Pin graphviz only in testing reqs.Jason R. Coombs2017-03-131-3/+7
* Report server version as CherryPy and Cheroot version combo (PR #1580 by @ma...Sviatoslav Sydorenko2017-03-121-1/+1
|\
| * Set requirements to cheroot >= 5.2.0Martin@MBP2017-03-121-1/+1
| * Bump requirement to cheroot to 5.2.1Martin@MBP2017-03-111-1/+1
* | Don't install graphviz>=0.6 under Python 2.6Sviatoslav Sydorenko2017-03-111-0/+2
* | Fixup same style string quotes across the repoSviatoslav Sydorenko2017-03-031-1/+1
|/
* Rename extra to 'docs' to better align with more typical usage.Jason R. Coombs2017-02-161-1/+1
* Require Python 3 to build docs.Jason R. Coombs2017-02-081-1/+0
* Move all documentation dependencies to setup.py and merely reference them fro...Jason R. Coombs2017-02-081-0/+2
* Bump to cheroot 5.1Jason R. Coombs2017-01-221-1/+1
* Merge with masterJason R. Coombs2017-01-191-1/+1
|\
| * Merge with masterJason R. Coombs2017-01-191-2/+1
| |\
| * | Bump cheroot for bugfix.Jason R. Coombs2017-01-141-1/+1
| * | Now grab released cheroot 5 as a normal dependency.Jason R. Coombs2017-01-141-1/+1
| * | Merge with masterJason R. Coombs2017-01-131-2/+1
| |\ \
| * | | Delete wsgiserver package and instead defer to cheroot for the wsgiserver imp...Jason R. Coombs2017-01-071-1/+1
* | | | Bump portend for additional Python 2.6 fixesJason R. Coombs2017-01-191-1/+1
* | | | Bump portend requirement for Python 2.6 compatibility.Jason R. Coombs2017-01-191-1/+1
* | | | Rely on portend for port checks. Fixes #1332.Jason R. Coombs2017-01-191-0/+1
| |_|/ |/| |
* | | Revert "Disable installation of pypiwin32 on Python 3.6. Workaround for #1537...Jason R. Coombs2017-01-161-2/+1
| |/ |/|
* | Remove reference to 'cherryd' script, now removed. Ref #1547.v8.9.0Jason R. Coombs2017-01-131-1/+0
* | Convert cherryd script into console_scriptSviatoslav Sydorenko2017-01-101-1/+1
|/
* Use 'include_package_data' directive to ensure that package data is included ...Jason R. Coombs2016-12-261-43/+1
* Rely on backports.unittest_mock (and its pytest plugin) to supply mock.Jason R. Coombs2016-12-261-5/+1
* Rely on python_requires and pep 345 metadata to declare supported Python vers...Jason R. Coombs2016-12-261-9/+1
* Drop custom build step for excluding ssl_pyopenssl module from Python 3 build...Jason R. Coombs2016-12-261-21/+0
* Disable installation of pypiwin32 on Python 3.6. Workaround for #1537.v8.3.1Jason R. Coombs2016-12-251-1/+2
* Render README.rst as package long_description.Jason R. Coombs2016-12-241-1/+5
* Fix issue with adding mock dep for Python 2.x-3.2Sviatoslav Sydorenko2016-12-251-1/+1
* Consolidate test requirementsJason R. Coombs2016-12-241-0/+1
* Rename testing extra to the more common 'testing' name.Jason R. Coombs2016-12-241-1/+1
* Move attribute docstring to after the attribute.Jason R. Coombs2016-12-231-1/+1
* In tox, invoke tox directly. No longer support running tests with setup.py test.Jason R. Coombs2016-12-231-10/+0
* Merge branch 'master' into pytestJason R. Coombs2016-12-231-2/+3
|\
| * Fix LICENSE path.Lorenzo Bolla2016-12-161-1/+1
| * Make mock module be always accessed through helperSviatoslav Sydorenko2016-11-261-1/+1
| * Claim that CherryPy now supports Python 3.6Sviatoslav Sydorenko2016-11-251-0/+1
* | Merge with masterJason R. Coombs2016-10-041-48/+78
|\ \ | |/
| * Replace pywin32 dependency with new name pypiwin32Sviatoslav Sydorenko2016-09-281-1/+1
| * Add extras for feature flags (#1496)Sviatoslav Sydorenko2016-09-171-3/+27
| * Drop deprecated cherrypy._cpcompat_subprocessSviatoslav Sydorenko2016-09-171-2/+1
| * Convert all strings to conform single-quoted styleSviatoslav Sydorenko2016-09-081-42/+42