* switch to f-string
* fix up strings and upgrade format syntax
* move fixtures into the setup code for the test suite
* blackify/isort/flake8
* enable linting
* refactor to a src folder
* remove py2 configparser shims
* refactor package info to setup.cfg, run pyupgrade
* fix classifiers
* disable windows
- remove unnecessary patch rm_nspace_pkgs.patch.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PasteDeploy?expand=0&rev=35
* Use pytest.ini testpaths
* Use pylons-sphinx-themes for pylons
* Add GitHub issue templates (#13)
* tox.ini: Drop py32; add py35
* Remove dead links
* Fix string-formatting args when raising LookupError
* Eliminate cover and cover3 tox targets
* fix link to paster serve
* Comment out obsolete static path
* Prepare a 2.0.0 release (#19)
* Use .rst for extension for better rendering on GitHub
* rename directory of reST files to use .rst extension
* Update link to Paste, saving a redirect https://pythonpaste.readthedocs.io/en/latest/
* Update tests to reflect new behaviour of globals and DEFAULT
* Make 'python setup.py test' work (#5)
* Switch to pytest
* Remove obsolete links from navigation
* missed one code-block highlighting
* Add docs environment to tox. Build via `tox -e docs`.
* Close branch pytest
* Establish testing
* update installation instructions
* Move license.txt to root of repo in hopes that GitHub will find it
* Add intersphinx and configure Python docs
* Add rtd.txt to install pylons-sphinx-themes package
* add docs env to tox
* Release 2.0.1
* Add docs_extra to setup.py
* proper spacing
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PasteDeploy?expand=0&rev=24