init repo

This commit is contained in:
Abel Luck 2024-02-03 09:31:33 +01:00
commit 90b54a601e
8 changed files with 60 additions and 0 deletions

15
pyproject.toml Normal file
View file

@ -0,0 +1,15 @@
[tool.poetry]
name = "republisher"
version = "0.1.0"
description = ""
authors = ["Abel Luck <abel@guardianproject.info>"]
readme = "README.md"
packages = [{include = "republisher", from = "src"}]
[tool.poetry.dependencies]
python = "^3.11"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"