Skip to content

Instantly share code, notes, and snippets.

@amarao
Last active July 31, 2023 14:00
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 amarao/c154b68ee63672e844e3bcd3247ab000 to your computer and use it in GitHub Desktop.
Save amarao/c154b68ee63672e844e3bcd3247ab000 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "foo"
version = "1.1.1"
authors = ["Your Name <you@example.com>"]
license = "Proprietary"
readme = "README.md"
include = ["foo/templates/*", "foo/templates/**/*"]
exclude = ["outputs/**", "foo/tests/**"]
[tool.poetry.dependencies]
python = "^3.11"
[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