summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* refactor package info to setup.cfg, run pyupgradeMichael Merickel2022-05-151-67/+2
|
* fix classifiersMichael Merickel2022-05-151-5/+4
|
* prep 2.1.12.1.1masterMichael Merickel2020-10-121-1/+1
|
* 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-021-1/+1
| | | | * remove pytest-runner
* Remove pytest-runner integration (#24)Colin Watson2020-02-021-2/+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.
* Release 2.0.12.0.1Chris Dent2018-12-041-1/+1
| | | | Mini-release to cover release faults and small docs cleanups.
* Prepare a 2.0.0 release (#19)2.0.0Chris Dent2018-11-291-1/+1
| | | | | | | | | | | | | | | | * 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
* setup.py update (#17)Steve Piercy2018-11-291-35/+36
| | | | | | | | | | * update trove classifiers * Replace ' with " for consistency * Update contacts * PEP8 space
* proper spacingSteve Piercy2018-11-271-1/+1
|
* Update URLs in setup.py and README (#10)Steve Piercy2018-11-261-2/+12
| | | | | | | | | | | | | | | | | | | | | * Rename to README.rst for better rendering on GitHub * Update URLs in README and setup.py - See #2 and #4 * Add docs_extra to setup.py * Use pylons-sphinx-themes for pylons * Fix broken link to get initial html docs built * Move license.txt to root of repo in hopes that GitHub will find it * Remove obsolete links from navigation * Remove license from docs * Update link to pastescript in README.rst
* Make 'python setup.py test' work (#5)Chris Dent2018-11-261-2/+2
| | | | | | | | | | | | | | | | | * Make 'python setup.py test' work Packagers sometimes like to use 'python setup.py test'. This change adjusts setup.py and setup.cfg to allow this to work with pytest instead of nose. To make things work, the settings for coverage need to be moved into tox.ini. A SkipTest in test_config_middleware is changed to its pytest equivalent. * Remove usedevelop from tox.ini Review of improvements to setup.py indicated issues with the tox.ini.
* Fix typo in docs/index.txthuang1hao/fix-typo-in-docsindextxt-1427530235567hao huang2015-03-281-0/+59