Skip to content

Instantly share code, notes, and snippets.

@frafra
Created May 11, 2020 16:29
Show Gist options
  • Select an option

  • Save frafra/936b7fdc01e8547c4ea21a4d5e50f7c8 to your computer and use it in GitHub Desktop.

Select an option

Save frafra/936b7fdc01e8547c4ea21a4d5e50f7c8 to your computer and use it in GitHub Desktop.
poetry-cookiecutter-bug
[tool.poetry]
name = "{{ cookiecutter.project_name }}"
version = "0.1.0"
description = ""
authors = ["Francesco Frassinelli <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.7"
[tool.poetry.dev-dependencies]
pytest = "^5.2"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
@frafra
Copy link
Author

frafra commented May 22, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment