-
Notifications
You must be signed in to change notification settings - Fork 34
/
setup.cfg
39 lines (36 loc) · 1.07 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[metadata]
name = gabbi
author = Chris Dent
author_email = [email protected]
summary = Declarative HTTP testing library
description_file = README.rst
license = Apache-2
home_page = https://github.com/cdent/gabbi
python_requires = >=3.6
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 :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3 :: Only
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