Skip to content

Instantly share code, notes, and snippets.

@cyraxjoe
Created July 8, 2022 08:02
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 cyraxjoe/9fb478d87ef69bef839f771e0f1561bf to your computer and use it in GitHub Desktop.
Save cyraxjoe/9fb478d87ef69bef839f771e0f1561bf to your computer and use it in GitHub Desktop.
poetry issue with pypi
[tool.poetry]
name = "sample"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
beautifulsoup4 = "^4.11.1"
[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