Skip to content

Instantly share code, notes, and snippets.

@aakashrshah
Created May 16, 2023 20:04
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 aakashrshah/16d755f1bfacdcee1bb2cd2a66a409f0 to your computer and use it in GitHub Desktop.
Save aakashrshah/16d755f1bfacdcee1bb2cd2a66a409f0 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "rubber-duck"
version = "0.1.0"
description = ""
authors = ["rubber.duck <rubber.duck@dp.com>"]
readme = "README.md"
packages = [{include = "rubber"}, {include = "duck"}, {include = "data"}, {include = "wrapper"}]
[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