gmirator/pyproject.toml
stev d492b67dc1 modify project structure
to better follow modern convention and good practices
2023-09-05 22:48:20 +02:00

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",
]