-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
63 lines (57 loc) · 1.89 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# SPDX-FileCopyrightText: 2021 GNOME Foundation
#
# SPDX-License-Identifier: Apache-2.0 OR GPL-3.0-or-later
[metadata]
description = Documentation tool for GObject-based libraries
long_description = GI-Docgen is a document generator for GObject-based libraries. GObject is the base type system of the GNOME project. GI-Docgen reuses the introspection data generated by GObject-based libraries to generate the API reference of these libraries, as well as other ancillary documentation.
author = Emmanuele Bassi
author_email = [email protected]
url = https://gitlab.gnome.org/GNOME/gi-docgen
project_urls =
Bug tracker = https://gitlab.gnome.org/GNOME/gi-docgen/issues/
Documentation = https://gnome.pages.gitlab.gnome.org/gi-docgen/
keywords =
documentation
introspection
gobject
gtk
license =
Apache License, Version 2.0
GNU General Publice License, Version 3.0 or later
license_files =
LICENSES/Apache-2.0.txt
LICENSES/GPL-3.0-or-later.txt
classifiers =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Natural Language :: English
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
Operating System :: POSIX :: BSD
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Desktop Environment :: Gnome
Topic :: Software Development :: Documentation
[options]
python_requires = >= 3.6.0
setup_requires =
setuptools
install_requires =
Markdown
MarkupSafe
Pygments
jinja2
toml
typogrify
[options.entry_points]
console_scripts =
meson = gidocgen.gidocmain:main
[bdist_wheel]
universal = true