Skip to content

Instantly share code, notes, and snippets.

@henribru
Created September 15, 2019 15:23
Show Gist options
  • Save henribru/ebfcdd8e7b9aabba0b12d9c815286e5f to your computer and use it in GitHub Desktop.
Save henribru/ebfcdd8e7b9aabba0b12d9c815286e5f to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "..."
version = "..."
description = "..."
authors = ["..."]
packages = [
{ include = "..." },
]
[tool.poetry.dependencies]
python = "^2.7 || ^3.4"
[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