
This is a trivial change that updates the description + homepage link (which is using the old one) in setup.cfg. Change-Id: I85a81b24887390f4918b8f5f340560586d98e21f
29 lines
789 B
INI
29 lines
789 B
INI
[metadata]
|
|
name = deckhand
|
|
summary = Airship document management and persistence tool.
|
|
description-file = README.rst
|
|
|
|
author = Deckhand team
|
|
home-page = http://airship-deckhand.readthedocs.io/en/latest/
|
|
classifier =
|
|
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
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.5
|
|
|
|
[files]
|
|
packages =
|
|
deckhand
|
|
|
|
[entry_points]
|
|
oslo.config.opts =
|
|
deckhand.conf = deckhand.conf.opts:list_opts
|
|
|
|
oslo.policy.policies =
|
|
deckhand = deckhand.policies:list_rules
|