[tool.poetry] name = "test-option" version = "0.1.0" description = "Test of python option package" authors = ["Pegasust "] homepage = "https://github.com/MaT1g3R/option" documentation = "https://mat1g3r.github.io/option/option.html" [tool.poetry.dependencies] python = "^3.7" option = "^2.1.0" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"