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/"
|