shotgun/setup.cfg

39 lines
923 B
INI

[metadata]
name = shotgun
version = 9.0.0
description-file = README.rst
description = Shotgun is diagnostic snapshot generator
author = OpenStack
author_email = openstack-dev@lists.openstack.org
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
[files]
packages = shotgun
[entry_points]
console_scripts =
shotgun=shotgun.cli:main
shotgun2=shotgun.cli2:main
shotgun =
snapshot=shotgun.cli2:SnapshotCommand
report=shotgun.cli2:ReportCommand
short-report=shotgun.cli2:ShortReportCommand
[global]
setup-hooks =
pbr.hooks.setup_hook
shotgun.hooks.setup_hook
[wheel]
python-tag = py2