2014-10-27 16:24:39 +00:00
|
|
|
[metadata]
|
|
|
|
name = gabbi
|
2014-12-31 17:01:51 +00:00
|
|
|
author = Chris Dent
|
2015-12-29 12:45:31 +00:00
|
|
|
author-email = cdent@anticdent.org
|
2014-10-27 16:24:39 +00:00
|
|
|
summary = Declarative HTTP testing library
|
|
|
|
description-file = README.rst
|
|
|
|
license = Apache-2
|
2014-12-31 17:01:51 +00:00
|
|
|
home-page = https://github.com/cdent/gabbi
|
2014-10-27 16:24:39 +00:00
|
|
|
classifier =
|
|
|
|
Intended Audience :: Developers
|
|
|
|
Intended Audience :: Information Technology
|
2014-12-31 17:01:51 +00:00
|
|
|
Environment :: Web Environment
|
2014-10-27 16:24:39 +00:00
|
|
|
License :: OSI Approved :: Apache Software License
|
|
|
|
Operating System :: POSIX
|
|
|
|
Programming Language :: Python
|
|
|
|
Programming Language :: Python :: 2
|
|
|
|
Programming Language :: Python :: 2.7
|
2014-12-31 17:01:51 +00:00
|
|
|
Programming Language :: Python :: 3
|
2014-10-27 16:24:39 +00:00
|
|
|
Programming Language :: Python :: 3.3
|
2014-12-31 17:01:51 +00:00
|
|
|
Programming Language :: Python :: 3.4
|
2015-12-28 12:07:56 +00:00
|
|
|
Programming Language :: Python :: 3.5
|
2017-01-02 12:07:59 +00:00
|
|
|
Programming Language :: Python :: 3.6
|
2014-12-31 17:01:51 +00:00
|
|
|
Topic :: Internet :: WWW/HTTP :: WSGI
|
|
|
|
Topic :: Software Development :: Testing
|
2014-10-27 16:24:39 +00:00
|
|
|
|
|
|
|
[files]
|
|
|
|
packages =
|
|
|
|
gabbi
|
|
|
|
|
|
|
|
[build_sphinx]
|
|
|
|
all_files = 1
|
2014-12-31 21:42:50 +00:00
|
|
|
build-dir = docs/build
|
|
|
|
source-dir = docs/source
|
2015-04-15 12:55:56 +01:00
|
|
|
|
|
|
|
[entry_points]
|
|
|
|
console_scripts =
|
|
|
|
gabbi-run = gabbi.runner:run
|
2017-06-19 13:10:44 +01:00
|
|
|
|
|
|
|
[bdist_wheel]
|
|
|
|
universal=1
|