Skip to content

Instantly share code, notes, and snippets.

@kk6
Created December 15, 2018 01:18
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 kk6/47980a543bc3f249f2bbe1d91660610d to your computer and use it in GitHub Desktop.
Save kk6/47980a543bc3f249f2bbe1d91660610d to your computer and use it in GitHub Desktop.
for poetry issue
[tool.poetry]
name = "kk6-demo"
version = "0.1.1"
description = ""
authors = ["kk6 <hiro.ashiya@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.7"
twine = "^1.12"
[tool.poetry.dev-dependencies]
pytest = "^3.0"
[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