Skip to content

Instantly share code, notes, and snippets.

@mlegner
Created June 7, 2022 14:26
Show Gist options
  • Save mlegner/39a29fa3d3678a8aedcde45d215e2897 to your computer and use it in GitHub Desktop.
Save mlegner/39a29fa3d3678a8aedcde45d215e2897 to your computer and use it in GitHub Desktop.
Dummy pyproject.toml with empty name
[tool.poetry]
name = ""
version = "0.1.0"
description = ""
authors = []
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.8"
[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