Skip to content

Instantly share code, notes, and snippets.

@chrisgavin
Last active November 12, 2021 19:23
Show Gist options
  • Save chrisgavin/3002117cc3262a46cf85b545d30aac90 to your computer and use it in GitHub Desktop.
Save chrisgavin/3002117cc3262a46cf85b545d30aac90 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "example"
version = "0.0.0"
description = "This is an example project that does some things."
license = "BSD-2-Clause"
authors = [
"User <[email protected]>",
]
homepage = "https://github.com/user/example/"
[tool.poetry.dependencies]
python = ">=3.8"
[tool.poetry.dev-dependencies]
flake8 = { version="*" }
mypy = { version="*" }
pytest = { version="*" }
[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