Update pyproject.toml
This commit is contained in:
@@ -2,8 +2,11 @@
|
|||||||
name = "cmake-language-server"
|
name = "cmake-language-server"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = "CMake LSP Implementation"
|
description = "CMake LSP Implementation"
|
||||||
authors = ["regen"]
|
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
authors = ["regen"]
|
||||||
|
readme = "README.md"
|
||||||
|
repository = "https://github.com/regen100/cmake-language-server"
|
||||||
|
keywords = ["cmake", "completion", "vim", "lsp"]
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Development Status :: 3 - Alpha",
|
"Development Status :: 3 - Alpha",
|
||||||
"Environment :: Console",
|
"Environment :: Console",
|
||||||
@@ -13,7 +16,6 @@ classifiers = [
|
|||||||
"Topic :: Text Editors :: Integrated Development Environments (IDE)",
|
"Topic :: Text Editors :: Integrated Development Environments (IDE)",
|
||||||
"Topic :: Utilities"
|
"Topic :: Utilities"
|
||||||
]
|
]
|
||||||
keywords = ["cmake", "completion", "vim"]
|
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.6"
|
python = "^3.6"
|
||||||
|
|||||||
Reference in New Issue
Block a user