Created
September 26, 2022 21:29
-
-
Save ekralc/c97f8880a94e54a901d7562b3eaebe92 to your computer and use it in GitHub Desktop.
Sample pyproject.toml for Poetry bug report
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 = "test" | |
| version = "0.1.0" | |
| description = "" | |
| authors = ["Your Name <you@example.com>"] | |
| readme = ["README.md", "LICENSE"] | |
| [tool.poetry.dependencies] | |
| python = "^3.8" | |
| [build-system] | |
| requires = ["poetry-core"] | |
| build-backend = "poetry.core.masonry.api" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment