summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Collapse)Author
2020-12-30Merge branch 'master' of https://github.com/Pylons/pyramidSteve Piercy
2020-12-30Add sphinx-copybutton to docs to make it easier to copy code blocks.Steve Piercy
- requires Python 3.4+
2020-12-15rename to b0Michael Merickel
2020-12-13Merge pull request #3636 from stevepiercy/masterMichael Merickel
Force RTD to use Sphinx >= 3.0.0
2020-11-30Fix commentSteve Piercy
2020-11-30Try to force RTD to use >2 of SphinxSteve Piercy
2020-11-30Unpin Sphinx to see which version gets pulled in by RTDSteve Piercy
2020-11-29add build-backendMichael Merickel
2020-11-28drop python 3.5Michael Merickel
2020-11-02Add support for Python 3.9Steve Piercy
2020-11-02Substitute dead link for "Repoze"Steve Piercy
2020-05-28Pin minimum pytest versionBert JW Regeer
2020-05-06Add testing requires for pytest/pytest-covBert JW Regeer
2019-12-23restore py35Michael Merickel
2019-12-15Remove Python 3.4, Python 3.5, and add Python 3.8Steve Piercy
2019-12-15set the minimum supported version at py36Michael Merickel
2019-04-13lintSteve Piercy
2019-04-12refactor major_version to branch_versionSteve Piercy
2019-04-11Don't play with _privatesSteve Piercy
2019-04-11Refactor base_version to major_version.Steve Piercy
- base_version includes the minor version number, and we want the major version which is only the first two bits of the version number.
2019-03-21Add ignore_files to pserve configuration sectionEric Atkin
2019-01-05use the dict form of entry_points in setup.pyMichael Merickel
2018-11-18Add comments to setup.py docs_extrasSteve Piercy
2018-11-12initial work to remove py2 from the codebaseMichael Merickel
2018-10-31blackifyMichael Merickel
2018-10-31no longer need virtualenvMichael Merickel
2018-10-31initial work removing pcreateMichael Merickel
2018-10-31move master to 2.0.dev0Michael Merickel
2018-10-31prep 1.10Michael Merickel
2018-10-28Use https for wiki.python.orgSteve Piercy
2018-10-28prep 1.10b1Michael Merickel
2018-10-25add project_urls metadata to the packageMichael Merickel
2018-10-15prep 1.10a1Michael Merickel
2018-10-15format source using blackMichael Merickel
2018-10-14fix tests to run from the tests folderMichael Merickel
2018-10-14pin to webob >= 1.8.3Michael Merickel
2018-09-22Bump SphinxSteve Piercy
- See #3350
2018-09-21Use correct minimum versionSteve Piercy
2018-09-21Add support for RTD Ethical AdsSteve Piercy
2018-09-14Pin Sphinx to <=1.7.9 to avoid Travis build failureSteve Piercy
See https://github.com/sphinx-doc/sphinx/issues/5433 and #3350
2018-08-22Bump Python version to 3.7 in docs and project meta filesSteve Piercy
2018-06-05Bump version of WebOb requiredBert JW Regeer
2018-05-18Depend on newer version of WebObBert JW Regeer
Also sort all of the dependencies
2018-04-26pyramid no longer depends directly on pastedeployMichael Merickel
2018-04-25Bump sphinx to >=1.7.4Steve Piercy
- Closes #3269 and #667 - Paves the way for #2572
2018-04-24pin to a non-pre version of venusianMichael Merickel
2018-04-24pin to non-pre version of webobMichael Merickel
2018-04-24blacklist sphinx 1.7.3Michael Merickel
2018-03-08Mark changelogs as ReST, for better Github rendering.Tres Seaver
2017-10-22changelog for #3140Michael Merickel