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