Skip to content

Instantly share code, notes, and snippets.

@adithyabsk
Created November 3, 2020 10:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adithyabsk/8926f8331cb5fc33c43e965dc7adc5df to your computer and use it in GitHub Desktop.
Save adithyabsk/8926f8331cb5fc33c43e965dc7adc5df to your computer and use it in GitHub Desktop.
Sample pyproject.toml
[tool.poetry]
name = "test"
version = "0.1.0"
description = ""
authors = ["First Last"]
[tool.poetry.dependencies]
python = "^3.9"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment