Skip to content

Instantly share code, notes, and snippets.

@rjalexa
Created June 7, 2023 11: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 rjalexa/05a0a9846a25627e8315bb7e01f18ca4 to your computer and use it in GitHub Desktop.
Save rjalexa/05a0a9846a25627e8315bb7e01f18ca4 to your computer and use it in GitHub Desktop.
pyproject.toml
[tool.poetry]
name = "bertopictest"
version = "0.1.0"
description = ""
authors = ["Bob Simpson <g@gmail.com>"]
readme = "README.md"
[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