deb-python-gabbi/setup.cfg
Chris Dent 8339e86025 Expand support for testing with python 3.5
As that's the state of the art.

For travis we install python 3.5 as the base python and then test
from there. This gets around some limitations in travis.
2015-12-28 12:07:56 +00:00

37 lines
975 B
INI

[metadata]
name = gabbi
author = Chris Dent
author-email = cdent@peermore.com
summary = Declarative HTTP testing library
description-file = README.rst
license = Apache-2
home-page = https://github.com/cdent/gabbi
classifier =
Intended Audience :: Developers
Intended Audience :: Information Technology
Environment :: Web Environment
License :: OSI Approved :: Apache Software License
Operating System :: POSIX
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Topic :: Internet :: WWW/HTTP :: WSGI
Topic :: Software Development :: Testing
[files]
packages =
gabbi
[build_sphinx]
all_files = 1
build-dir = docs/build
source-dir = docs/source
[entry_points]
console_scripts =
gabbi-run = gabbi.runner:run