summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* prep 2.1.12.1.1masterMichael Merickel2020-10-122-1/+7
|
* Merge pull request #29 from jsmolic/setuptoolsMichael Merickel2020-10-121-0/+1
|\ | | | | setup.py: add setuptools to install_requires
| * setup.py: add setuptools to install_requiresJakov Smolic2020-10-121-0/+1
|/ | | | Closes: https://github.com/Pylons/pastedeploy/issues/28
* Release 2.1.02.1.0Chris Dent2020-02-022-1/+6
| | | | * remove pytest-runner
* Remove pytest-runner integration (#24)Colin Watson2020-02-022-5/+0
| | | | | | | | | | | | | `pytest-runner` describes itself as deprecated in its own package description, referring to https://github.com/pypa/setuptools/issues/1684. Using it in `setup_requires` means that any other package that depends on PasteDeploy has to install `pytest-runner` too, which is fairly heavyweight and unnecessary. (I ran into this when trying to update Launchpad to a less ancient version of PasteDeploy.) This does mean that `python setup.py test` no longer works, but, according to the setuptools issue above, that's deprecated anyway. PasteDeploy already has `tox` configuration that works well.
* Include license a tests in PyPi releases (#22)Ondřej Nový2019-01-071-1/+6
| | | | | | * Include license.txt in PyPi release * Include tests in PyPi release
* Release 2.0.12.0.1Chris Dent2018-12-041-1/+1
| | | | Mini-release to cover release faults and small docs cleanups.
* Minor grammar fix (#21)Tim Burke2018-12-041-1/+1
|
* Prepare a 2.0.0 release (#19)2.0.0Chris Dent2018-11-293-1/+11
| | | | | | | | | | | | | | | | * Prepare a 2.0.0 release Update version in setup.py Add changes to news.rst Add build artifacts to .gitignore The rationale for using a 2.0.0 version number is to make a rather heavy-handed signal about the change in project hosting and maintenance. * Fixup text and links in 2.0.0 news Better linking and more complete text
* add docs/.gitignore to add _buildSteve Piercy2018-11-291-0/+1
|
* setup.py update (#17)Steve Piercy2018-11-291-35/+36
| | | | | | | | | | * update trove classifiers * Replace ' with " for consistency * Update contacts * PEP8 space
* Merge pull request #14 from stevepiercy/docs-publishing-4Steve Piercy2018-11-293-1/+109
|\ | | | | republish docs; add docs build to tox.ini
| * Add rtd.txt to install pylons-sphinx-themes packageSteve Piercy2018-11-271-0/+1
| |
| * Merge remote-tracking branch 'origin/docs-publishing-4' into docs-publishing-4Steve Piercy2018-11-270-0/+0
| |\ | | | | | | | | | | | | # Conflicts: # tox.ini
| | * Add docs environment to tox. Build via `tox -e docs`.Steve Piercy2018-11-271-1/+11
| | | | | | | | | | | | Closes #9
| | * Comment out obsolete static pathSteve Piercy2018-11-271-1/+1
| | |
| | * proper spacingSteve Piercy2018-11-271-1/+1
| | |
| | * Synch with masterSteve Piercy2018-11-271-2/+2
| | |
| | * Update link to pastescript in README.rstSteve Piercy2018-11-261-1/+1
| | |
| | * Remove license from docsSteve Piercy2018-11-231-1/+0
| | |
| | * Remove obsolete links from navigationSteve Piercy2018-11-232-35/+0
| | |
| | * Move license.txt to root of repo in hopes that GitHub will find itSteve Piercy2018-11-231-0/+0
| | |
| | * Fix broken link to get initial html docs builtSteve Piercy2018-11-231-2/+2
| | |
| | * Use pylons-sphinx-themes for pylonsSteve Piercy2018-11-231-5/+18
| | |
| | * Add docs_extra to setup.pySteve Piercy2018-11-231-0/+5
| | |
| | * Update URLs in README and setup.pySteve Piercy2018-11-232-8/+13
| | | | | | | | | | | | - See #2 and #4
| | * Rename to README.rst for better rendering on GitHubSteve Piercy2018-11-232-1/+1
| | |
| * | Add Makefile to PR so tox can build docsSteve Piercy2018-11-271-0/+107
| | |
| * | Add docs environment to tox. Build via `tox -e docs`.Steve Piercy2018-11-271-1/+11
| | | | | | | | | | | | Closes #9
| * | Comment out obsolete static pathSteve Piercy2018-11-271-1/+1
| | |
| * | proper spacingSteve Piercy2018-11-271-1/+1
| | |
| * | Update link to pastescript in README.rstSteve Piercy2018-11-271-1/+1
| | |
| * | Update URLs in README and setup.pySteve Piercy2018-11-271-0/+11
| | | | | | | | | | | | - See #2 and #4
| * | Rename to README.rst for better rendering on GitHubSteve Piercy2018-11-271-11/+0
| | |
* | | Merge pull request #15 from stevepiercy/docs-linkcheckSteve Piercy2018-11-298-77/+131
|\ \ \ | |/ / |/| | Docs linkcheck
| * | add docs env to toxSteve Piercy2018-11-271-1/+11
| | |
| * | comment out static directory via html_static_pathSteve Piercy2018-11-271-1/+1
| | |
| * | use proper link syntaxSteve Piercy2018-11-271-1/+1
| | |
| * | missed one code-block highlightingSteve Piercy2018-11-271-1/+3
| | |
| * | fix link to paster serveSteve Piercy2018-11-271-1/+1
| | |
| * | fix spellingSteve Piercy2018-11-271-1/+1
| | |
| * | Remove link to paste.urlmapSteve Piercy2018-11-271-3/+1
| | |
| * | Update link to Paste, saving a redirect ↵Steve Piercy2018-11-271-1/+1
| | | | | | | | | | | | https://pythonpaste.readthedocs.io/en/latest/
| * | Use current linksSteve Piercy2018-11-271-11/+8
| | |
| * | Remove dead linksSteve Piercy2018-11-271-6/+2
| | |
| * | Add intersphinx and configure Python docsSteve Piercy2018-11-271-1/+9
| | |
| * | rename directory of reST files to use .rst extensionSteve Piercy2018-11-273-0/+0
| | |
| * | update installation instructionsSteve Piercy2018-11-271-4/+4
| | |
| * | Fix links to news and pipSteve Piercy2018-11-271-5/+3
| | |
| * | Use correct syntax highlightingSteve Piercy2018-11-271-35/+86
| | |