Skip to content

Commit 3023996

Browse files
committed
Update metadata
1 parent 2224a21 commit 3023996

File tree

2 files changed

+23
-10
lines changed

2 files changed

+23
-10
lines changed

README.rst renamed to README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
=====
2-
gabon
3-
=====
1+
# gabon
2+
3+
Disclaimer: This is an endless work in progress...
44

55
Gabon (Google contacts AddressBOk in Ncurses) is a Google contacts-based
66
addressbook written in Python and based in ncurses.
@@ -10,6 +10,6 @@ it possible to use those contacts from the command-line and from MUAs such as
1010
Mutt, so can be used as a replacement for abook. Another great command line
1111
client for google contacts is GooBook: https://gitlab.com/goobook/goobook
1212

13-
* Free software: Apache license
13+
* Free software: Apache license
1414
* Source: https://github.com/alvarolopez/gabon
1515
* Bugs: https://github.com/alvarolopez/gabon/issues

setup.cfg

+19-6
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,34 @@
11
[metadata]
22
name = gabon
33
summary = Google contacts organizer in ncurses.
4-
description-file =
5-
README.rst
4+
description-file = README.md
5+
description-content-type = text/markdown; charset=UTF-8
6+
67
author = Alvaro Lopez Garcia
78
author-email = [email protected]
9+
810
home-page = https://github.com/alvarolopez/gabon
11+
project_urls =
12+
Bug Tracker = https://github.com/alvarolopez/gabon/issues
13+
14+
python-requires = >=3.6
15+
16+
license = Apache-2
17+
license_file = LICENSE
18+
919
classifier =
20+
Environment :: Console
21+
Environment :: Console :: Curses
22+
Intended Audience :: End Users/Desktop
1023
Intended Audience :: Information Technology
11-
Intended Audience :: System Administrators
1224
License :: OSI Approved :: Apache Software License
1325
Operating System :: POSIX :: Linux
1426
Programming Language :: Python
15-
Programming Language :: Python :: 2
16-
Programming Language :: Python :: 2.7
1727
Programming Language :: Python :: 3
18-
Programming Language :: Python :: 3.3
28+
Programming Language :: Python :: 3.7
29+
Programming Language :: Python :: 3.8
30+
Topic :: Communications :: Email
31+
Topic :: Communications :: Email :: Address Book
1932

2033
[files]
2134
packages =

0 commit comments

Comments
 (0)