16 lines
405 B
TOML
16 lines
405 B
TOML
|
[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 <kropikuba@gmail.com>"]
|
||
|
license = "MIT"
|
||
|
readme = "README.md"
|
||
|
|
||
|
[tool.poetry.dependencies]
|
||
|
python = "^3.12"
|
||
|
|
||
|
|
||
|
[build-system]
|
||
|
requires = ["poetry-core"]
|
||
|
build-backend = "poetry.core.masonry.api"
|