Fix __version__ (#43)

This commit is contained in:
Regen
2021-10-03 12:51:16 +09:00
committed by GitHub
parent cbb6bdd1ae
commit 76e34ae628
3 changed files with 181 additions and 167 deletions

View File

@@ -21,6 +21,7 @@ classifiers = [
python = "^3.6"
pygls = "^0.10"
pyparsing = "^2.4"
importlib-metadata = {version = "^4.8", python = "<3.8"}
[tool.poetry.dev-dependencies]
pytest = "^6.2"