-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
37 lines (34 loc) · 1016 Bytes
/
setup.cfg
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
36
37
[pbr]
skip_changelog = True
skip_authors = True
[metadata]
name = newsreader
author = Trevor Bramwell
author-email = [email protected]
summary = Read the news from the comfort of your own terminal
description-file = README.rst
description-content-type = text/x-rst; charset=UTF-8
home-page = https://github.com/bramwelt/newsreader
project_urls =
Bug Tracker = https://github.com/bramwelt/newsreader/issues
Documentation = https://newsreader.readthedocs.io/
Source Code = https://github.com/bramwelt/newsreader/
license = Apache-2
classifier =
Development Status :: 4 - Beta
Environment :: Console
Environment :: Console :: Curses
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Topic :: Communications
Topic :: Office/Business :: News/Diary
[files]
packages =
nr
data_files =
man/man1 = doc/man/nr.1
man/man5 = doc/man/nr-config.5
[entry_points]
console_scripts =
nr = nr.main:main