17 lines
351 B
TOML
17 lines
351 B
TOML
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[project]
|
|
name = "Gmirator"
|
|
version = "0.0.1"
|
|
authors = [
|
|
{ name="Steven GIBONE", email="steven.gibone@zaclys.net" },
|
|
]
|
|
description = "A tool to help publish on both gemini and web"
|
|
readme = "README.md"
|
|
|
|
[tool.pytest.ini_options]
|
|
addopts = [
|
|
"--import-mode=importlib",
|
|
]
|