|
@ -3,6 +3,8 @@ name = "transpose" |
|
|
version = "0.9.0" |
|
|
version = "0.9.0" |
|
|
description = "Move and symlink a path" |
|
|
description = "Move and symlink a path" |
|
|
authors = ["Ryan Reed"] |
|
|
authors = ["Ryan Reed"] |
|
|
|
|
|
license = "GPLv3" |
|
|
|
|
|
readme = "README.md" |
|
|
|
|
|
|
|
|
[tool.poetry.dependencies] |
|
|
[tool.poetry.dependencies] |
|
|
python = "^3.7" |
|
|
python = "^3.7" |
|
@ -19,5 +21,5 @@ pytest-sugar = "*" |
|
|
transpose = "transpose.console:entry_point" |
|
|
transpose = "transpose.console:entry_point" |
|
|
|
|
|
|
|
|
[build-system] |
|
|
[build-system] |
|
|
requires = ["poetry>=0.12"] |
|
|
|
|
|
build-backend = "poetry.masonry.api" |
|
|
|
|
|
|
|
|
requires = ["poetry-core>=1.0.0"] |
|
|
|
|
|
build-backend = "poetry.core.masonry.api" |