File: pyproject.toml

package info (click to toggle)
entrypoints 0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 168 kB
  • sloc: python: 301; makefile: 160; sh: 8
file content (18 lines) | stat: -rw-r--r-- 504 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[build-system]
requires = ["flit_core  >=2,<4"]
build-backend = "flit_core.buildapi"

[tool.flit.metadata]
module = "entrypoints"
author = "Thomas Kluyver"
author-email = "thomas@kluyver.me.uk"
home-page = "https://github.com/takluyver/entrypoints"
description-file = "README.rst"
classifiers = [
    "License :: OSI Approved :: MIT License",
    "Programming Language :: Python :: 3"
]
requires-python = ">=3.6"

[tool.flit.metadata.urls]
Documentation = "https://entrypoints.readthedocs.io/en/latest/"