-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathsetup.cfg
43 lines (41 loc) · 1.57 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
[metadata]
name = sphinxcontrib-packages
version = 1.2.0
author = Louis Paternault
author_email = [email protected]
license = AGPLv3 or any later version
description = This packages contains the Packages sphinx extension, which provides directives to display packages installed on the host machine
keywords = sphinx package system
url = https://framagit.org/spalax/sphinxcontrib-packages
project_urls =
Documentation = http://packages.readthedocs.io
Source = https://framagit.org/spalax/sphinxcontrib-packages
Tracker = https://framagit.org/spalax/sphinxcontrib-packages/issues
long_description = file: README.rst
long_description_content_type = text/x-rst
classifiers =
Development Status :: 5 - Production/Stable
Framework :: Sphinx :: Extension
Intended Audience :: Developers
Intended Audience :: System Administrators
License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Operating System :: Unix
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Topic :: Documentation :: Sphinx
Topic :: Software Development :: Libraries :: Python Modules
[options]
packages = sphinxcontrib.packages
zip_safe = True
include_package_data = True
python_requires = >=3.8, <4
install_requires =
distro
sphinx
[bdist_wheel]
python-tag=py3