A tool for moving and symlinking directories to a central location
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

24 lines
459 B

[tool.poetry]
name = "transpose"
version = "0.9.0"
description = "Move and symlink a path"
authors = ["Ryan Reed"]
[tool.poetry.dependencies]
python = "^3.7"
pydantic = "*"
python-dotenv = "*"
[tool.poetry.dev-dependencies]
black = "==22.6"
flake8 = "==3.8.4"
pre-commit = "*"
pytest = "*"
pytest-sugar = "*"
[tool.poetry.scripts]
transpose = "transpose.console:entry_point"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"