summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* rename master to main and add python 3.11Michael Merickel2022-12-291-0/+1
|
* add python_requires metadata3.0.1Michael Merickel2022-10-171-1/+2
|
* prep 3.03.0Michael Merickel2022-10-161-2/+2
|
* initial setup removing importlib-metadataMichael Merickel2022-05-151-2/+2
|
* refactor to a src folderMichael Merickel2022-05-151-2/+11
|
* refactor package info to setup.cfg, run pyupgradeMichael Merickel2022-05-151-2/+68
|
* Remove pytest-runner integration (#24)Colin Watson2020-02-021-3/+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.
* Make 'python setup.py test' work (#5)Chris Dent2018-11-261-0/+3
| | | | | | | | | | | | | | | | | * 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/+2