18 lines
516 B
TOML
18 lines
516 B
TOML
[build-system]
|
|
requires = ["flit"]
|
|
build-backend = "flit.buildapi"
|
|
|
|
[tool.flit.metadata]
|
|
module = "tiramisu"
|
|
author = "Emmanuel Garette"
|
|
author-email = "gnunux@gnunux.info"
|
|
home-page = "https://framagit.org/tiramisu/tiramisu"
|
|
classifiers = [
|
|
"License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)",
|
|
"Programming Language :: Python :: 3",
|
|
"Natural Language :: English",
|
|
"Natural Language :: French",
|
|
"Operating System :: OS Independent",
|
|
]
|
|
requires-python = ">=3.5"
|