File: pyproject.toml

package info (click to toggle)
sphinxcontrib-github-alt 1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 84 kB
  • sloc: python: 72; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 670 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[build-system]
requires = ["flit_core >=2,<4"]
build-backend = "flit_core.buildapi"

[tool.flit.metadata]
module = "sphinxcontrib_github_alt"
author = "Jupyter Development Team"
author-email = "jupyter@googlegroups.com"
home-page = "https://github.com/jupyter/sphinxcontrib_github_alt"
description-file = "README.rst"
requires = [
    "docutils",
    "sphinx",
]
classifiers = [
    "Framework :: Sphinx :: Extension",
    "License :: OSI Approved :: BSD License",
    "Topic :: Documentation :: Sphinx",
    "Topic :: Software Development :: Bug Tracking",
    "Topic :: Software Development :: Documentation",
    "Topic :: Software Development :: Version Control"
]