quark/setup.cfg
Justin Hammond 039f1f3d86 Updating quark metadata for pypi
JIRA:NCP-1971

Change-Id: Ia0b9aa2029f9a21435725186cdd499eece131a2e
Closes-Bug: 1595594
2016-06-23 09:44:24 -05:00

30 lines
1.2 KiB
INI

[metadata]
name = quark
author = Rackspace
author-email = neutron@lists.rackspace.com
summary = Neutron Plugin utilized by Rackspace to achieve large scale in Openstack. Quark developed on the ideas of segmentation and it being the source of truth for all things related to Neutron.
description-file = README.rst
license = Apache-2
home-page = http://github.com/openstack/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
[entry_points]
console_scripts =
quark-db-manage = quark.db.migration.alembic.cli:main
gunicorn-neutron-server = quark.gunicorn_server:main
quark-agent = quark.agent.agent:main
quark-async-worker = quark.tools.async_worker:main
quark-async-tester = quark.tools.async_worker:test_main
ip_availability = quark.ip_availability:main
redis_sg_tool = quark.tools.redis_sg_tool:main
null_routes = quark.tools.null_routes:main
insert_provider_subnets = quark.tools.insert_provider_subnets:main