✨ 🐍 make trgt for nvim pyprovider
This commit is contained in:
parent
4b6cf4f746
commit
9f52cb181d
4 changed files with 31 additions and 5 deletions
13
nvim_python_provider/pyproject.toml
Normal file
13
nvim_python_provider/pyproject.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[tool.poetry]
|
||||
name = "nvim-python-provider"
|
||||
version = "0.1.0"
|
||||
description = "poetry virtual environment for nvim"
|
||||
authors = ["DannyDannyDanny <dth@taiga.ai>"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.8"
|
||||
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
Loading…
Add table
Add a link
Reference in a new issue