[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"
[project]
name = "archscript"
version = "0.2.5"
description = "ArchScript programming language — Python-like syntax, Haskell-inspired features, Arch Linux integration"
readme = "README.md"
license = {text = "MPL-2.0"}
requires-python = ">=3.8"
authors = [
{name = "Cleta LLC"}
]
keywords = ["language", "interpreter", "archlinux", "scripting", "functional"]
classifiers = [
"Development Status :: 3 - Alpha",
"Environment :: Console",
"Intended Audience :: Developers",
"License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)",
"Operating System :: POSIX :: Linux",
"Programming Language :: Rust",
"Programming Language :: Python :: 3",
"Topic :: Software Development :: Interpreters",
"Topic :: System :: Systems Administration",
]
[project.urls]
Homepage = "https://archscript.org"
Repository = "https://github.com/Cleta-LLC/archscript"
Issues = "https://github.com/Cleta-LLC/archscript/issues"
Documentation = "https://github.com/Cleta-LLC/archscript/tree/main/docs"
[tool.maturin]
bindings = "bin"
strip = true
compatibility = "manylinux2014"