[tool.poetry] name = "algos-and-structures" version = "0.1.0" description = "" authors = ["pro100ton "] readme = "README.md" packages = [{include = "algos_and_structures"}] [tool.poetry.dependencies] python = "^3.10" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"