Created
November 8, 2019 18:16
-
-
Save tonysyu/82b3fc28b01e0fec6e53cece29adc7db to your computer and use it in GitHub Desktop.
Example pyproject.toml for maximum recursions in poetry
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[tool.poetry] | |
name = "extras-export" | |
version = "0.1.0" | |
description = "" | |
authors = ["Tony <[email protected]>"] | |
[tool.poetry.dependencies] | |
python = "^3.6" | |
[tool.poetry.dev-dependencies] | |
[build-system] | |
requires = ["poetry>=0.12"] | |
build-backend = "poetry.masonry.api" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment