Skip to content

Instantly share code, notes, and snippets.

@valignatev
Created June 5, 2019 21:47
Show Gist options
  • Save valignatev/c3776ec5677644e6a68534d77eb20c2b to your computer and use it in GitHub Desktop.
Save valignatev/c3776ec5677644e6a68534d77eb20c2b to your computer and use it in GitHub Desktop.
pyproject.toml
[tool.poetry]
name = "packagename"
version = "0.1.0"
description = ""
authors = ["Valentin Ignatev <valentignatev@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.7"
[tool.poetry.dev-dependencies]
pytest = "^4.6"
[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