11 lines
217 B
TOML
11 lines
217 B
TOML
[build-system]
|
|
requires = ["setuptools"]
|
|
build-backend = "setuptools.backends._legacy:_Backend"
|
|
|
|
[project]
|
|
name = "python-fun"
|
|
version = "0.1.0"
|
|
requires-python = ">=3.12"
|
|
|
|
[tool.pytest.ini_options]
|
|
pythonpath = ["."] |