Initial commit

This commit is contained in:
akp 2025-07-20 23:38:48 +01:00
commit 21206ef9e2
6 changed files with 181 additions and 0 deletions

9
pyproject.toml Normal file
View file

@ -0,0 +1,9 @@
[project]
name = "gitlab-to-forgejo"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"requests>=2.32.4",
]