mirror of
https://github.com/erg-lang/erg.git
synced 2025-07-17 18:15:24 +00:00
18 lines
399 B
TOML
18 lines
399 B
TOML
[build-system]
|
|
requires = ["setuptools>=45", "wheel"]
|
|
|
|
[project]
|
|
name = "std"
|
|
readme = "README.md"
|
|
license = {file = "LICENSE"}
|
|
authors = [{name = "Erg", email = "moderation@erg-lang.org"}]
|
|
urls = {repository = "https://github.com/erg-lang/erg"}
|
|
|
|
dynamic = ["version"]
|
|
requires-python = ">=3.7"
|
|
|
|
# dependencies = []
|
|
|
|
[project.optional-dependencies]
|
|
test = ["pytest"]
|
|
dev = ["black", "ruff", "mypy"]
|