File: setup.cfg

package info (click to toggle)
gertty 1.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,004 kB
  • sloc: python: 9,290; makefile: 150; sh: 2
file content (34 lines) | stat: -rw-r--r-- 814 bytes parent folder | download | duplicates (2)
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
[metadata]
name = gertty
summary = Gertty is a console-based interface to the Gerrit Code Review system.
description-file = 
	README.rst
author = The TTY Group
author-email = openstack-infra@lists.openstack.org
home-page = http://ttygroup.org/
classifier = 
	Topic :: Utilities
	Intended Audience :: Developers
	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
keywords = gerrit console urwid review

[files]
packages = 
	gertty
data_files = 
	share/gertty/examples = examples/*

[entry_points]
console_scripts = 
	gertty = gertty.app:main

[egg_info]
tag_build = 
tag_date = 0