Skip to content

Instantly share code, notes, and snippets.

@george-hawkins
Created April 29, 2020 12:06
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 george-hawkins/3fe1fb89ed1a726884eaf27bad1de120 to your computer and use it in GitHub Desktop.
Save george-hawkins/3fe1fb89ed1a726884eaf27bad1de120 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "foo-bar-cb3da32"
version = "0.1.1"
description = "Foo bar library with alpha for beta."
authors = ["George Hawkins"]
license = "MIT"
packages = [
{ include = "foo_bar_cb3da32", format = "sdist" }
]
[tool.poetry.dependencies]
python = "^3.4"
[build-system]
requires = ["poetry>=1"]
build-backend = "poetry.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment