Skip to content

Commit 4ff7c3d

Browse files
mgautierfrrenaud gaudin
authored andcommitted
Update metadata
- Add maintainer information. - Remove some project urls. They are pretty well known url, I'm not sure it worth to define them. - Remove some classifiers. Kiwix may be useful for education, HTTP... But a python wrapper around libzim is not.
1 parent 52814a5 commit 4ff7c3d

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

setup.cfg

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@ name = libzim
33
version = 1.0.0.dev0
44
url = https://github.com/openzim/python-libzim
55
project_urls =
6-
Source = https://github.com/openzim/python-libzim
7-
Bug Tracker = https://github.com/openzim/python-libzim/issues
8-
Changelog = https://github.com/openzim/python-libzim/releases
9-
Documentation = https://github.com/openzim/python-libzim/blob/master/README.md
106
Donate = https://www.kiwix.org/en/support-us/
117
description = A python-facing API for creating and interacting with ZIM files
128
author = Monadical Inc.
139
author_email = [email protected]
10+
maintainer = Openzim team
11+
maintainer_email = [email protected]
1412
long_description = file: README.md
1513
long_description_content_type = text/markdown
1614
license = GPL-3.0-or-later
@@ -23,14 +21,7 @@ classifiers =
2321
Topic :: System :: Archiving :: Compression
2422
Topic :: System :: Archiving :: Mirroring
2523
Topic :: System :: Archiving :: Backup
26-
Topic :: Internet :: WWW/HTTP
27-
Topic :: Internet :: WWW/HTTP :: Indexing/Search
28-
Topic :: Sociology :: History
2924
Intended Audience :: Developers
30-
Intended Audience :: Education
31-
Intended Audience :: End Users/Desktop
32-
Intended Audience :: Information Technology
33-
Intended Audience :: System Administrators
3425
Programming Language :: Cython
3526
Programming Language :: Python :: 3
3627
Programming Language :: Python :: 3.6
@@ -39,7 +30,6 @@ classifiers =
3930
Programming Language :: Python :: 3.9
4031
#Typing :: Typed
4132
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
42-
Natural Language :: English
4333
Operating System :: OS Independent
4434

4535
[options]

0 commit comments

Comments
 (0)