Skip to content

Instantly share code, notes, and snippets.

@paultiplady
Created June 21, 2023 05:27
Show Gist options
  • Save paultiplady/bceab0f836e38724d0a4366fe36b7033 to your computer and use it in GitHub Desktop.
Save paultiplady/bceab0f836e38724d0a4366fe36b7033 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "pyenv-test"
version = "0.1.0"
description = ""
authors = ["Paul Tiplady <paultiplady@gmail.com>"]
readme = "README.md"
packages = [{include = "pyenv_test"}]
[tool.poetry.dependencies]
python = "^3.10"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment