gmirator/pyproject.toml
stev 7fe3e6d434 change "main.py" into "__init__.py"
and adapted imports accordingly
2023-09-11 22:25:37 +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",
]