deb-python-gabbi/setup.cfg
Chris Dent 5e9e9cc991 Add configuration for uploading signed sdists and wheels
Wheels are commonly desired these days, and having them signed ought
to be done, so this adds the bits to make that possible.
2017-06-19 13:10:44 +01:00

41 lines
1.0 KiB
INI

[metadata]
name = gabbi
author = Chris Dent
author-email = cdent@anticdent.org
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
Programming Language :: Python :: 3.6
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
[bdist_wheel]
universal=1