blob: f11f1625967fa86085d884418ce107d4086b8f45 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
[metadata]
name = gear
author = OpenStack
author-email = openstack-dev@lists.openstack.org
summary = Pure Python Async Gear Protocol Library
description-file =
README.rst
home-page = http://pypi.python.org/pypi/gear
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
[files]
packages =
gear
[entry_points]
console_scripts =
geard = gear.cmd.geard:main
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source
[egg_info]
tag_build =
tag_date = 0
tag_svn_revision = 0
|