
Make package listing on PYPA more informative for the users. Change-Id: Ifd20ae3ee006c8018d04782f3328799769ce4f30
48 lines
1.2 KiB
INI
48 lines
1.2 KiB
INI
[metadata]
|
|
name = gear
|
|
author = OpenStack
|
|
author-email = openstack-discuss@lists.openstack.org
|
|
summary = Pure Python Async Gear Protocol Library
|
|
description-file =
|
|
README.rst
|
|
home-page = https://opendev.org/opendev/gear
|
|
project_urls =
|
|
Bug Tracker = https://storyboard.openstack.org/#!/project/opendev/gear
|
|
CI: Zuul = https://zuul.opendev.org/t/opendev/builds?project=opendev/gear
|
|
Source Code = https://opendev.org/opendev/gear
|
|
Documentation = https://docs.opendev.org/opendev/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
|
|
Programming Language :: Python :: 2
|
|
Programming Language :: Python :: 2.7
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.5
|
|
|
|
[files]
|
|
packages =
|
|
gear
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
geard = gear.cmd.geard:main
|
|
|
|
[bdist_wheel]
|
|
universal = 1
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|
|
|
|
[egg_info]
|
|
tag_build =
|
|
tag_date = 0
|
|
tag_svn_revision = 0
|