Skip to content

Instantly share code, notes, and snippets.

View cpterry's full-sized avatar

Colin Terry cpterry

View GitHub Profile
@cpterry
cpterry / pyproject.toml
Created July 18, 2022 14:55
poetry run does not support --src or other project structures
[tool.poetry]
name = "example"
version = "0.1.0"
description = ""
authors = ["asdf <asdf@asdf.asdf>"]
packages = [
{ include = "example", from = "src" }
]
[tool.poetry.scripts]