Skip to content
Snippets Groups Projects
Commit 3a5f8c27 authored by Evgeny Sinelnikov's avatar Evgeny Sinelnikov
Browse files

Add default pyproject.toml with legacy build-system setuptools

parent dc9230d9
No related branches found
No related tags found
No related merge requests found
[project]
name = "alterator-entry"
license = {text = "GPLv3+"}
authors = [
{name = "Evgeny Sinelnikov", email = "sin@altlinux.org"},
{name = "Michael Chernigin", email = "chernigin@altlinux.org"},
]
keywords = ["alterator", "specification"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Operating System :: Unix",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"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 :: Software Development :: Libraries",
]
requires-python = ">=3.9"
dependencies = [
"jsonschema",
"toml; python_version < \"3.11\""
]
dynamic = ["version"]
[project.urls]
source = "https://gitlab.basealt.space/alt/alterator-entry"
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta:__legacy__"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment