[tool.poetry] name = "many-repos" version = "0.1.0" description = "Simple tool to clone and update all your repositories between many version control systems, with simple toml config" authors = ["Jakub Kropáček "] license = "MIT" readme = "README.md" [tool.poetry.dependencies] python = "^3.12" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"