Skip to content

Instantly share code, notes, and snippets.

@maininformer
Last active November 23, 2023 01:14
Show Gist options
  • Save maininformer/444874d1129352ccd6eada6f6235ebc8 to your computer and use it in GitHub Desktop.
Save maininformer/444874d1129352ccd6eada6f6235ebc8 to your computer and use it in GitHub Desktop.
For poetry Issue
[tool.poetry]
name = "testing"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
setuptools = "^69.0.2"
[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