29 lines
829 B
INI
29 lines
829 B
INI
[metadata]
|
|
name = quark
|
|
author = Ozone
|
|
author-email = jkoelker@rackspace.com
|
|
summary = A neutron plugin plugin
|
|
description-file = README.rst
|
|
license = Apache-2
|
|
home-page = http://github.com/jkoelker/quark
|
|
classifier =
|
|
Development Status :: 4 - Beta
|
|
Environment :: Console
|
|
Environment :: OpenStack
|
|
Intended Audience :: Developers
|
|
Intended Audience :: Information Technology
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: OS Independent
|
|
Programming Language :: Python
|
|
|
|
[hooks]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
quark-db-manage = quark.db.migration.cli:main
|
|
gunicorn-neutron-server = quark.gunicorn_server:main
|
|
quark-agent = quark.agent.agent:main
|
|
ip_availability = quark.ip_availability:main
|