Skip to content

Instantly share code, notes, and snippets.

@kojiromike
Created August 31, 2023 14:52
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 kojiromike/ee7823424518f650f79a57debee3b00c to your computer and use it in GitHub Desktop.
Save kojiromike/ee7823424518f650f79a57debee3b00c to your computer and use it in GitHub Desktop.
pyproject.toml generated with `poetry new --src --name ns.pkg example`
[tool.poetry]
name = "ns-pkg"
version = "0.1.0"
description = ""
authors = ["Michael Smith <michael@phc.health>"]
readme = "README.md"
packages = [{include = "ns", from = "src"}]
[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