Skip to content

Instantly share code, notes, and snippets.

@vslotman
Created July 4, 2023 18:54
Show Gist options
  • Save vslotman/84b56231d670544b7e3c6a4a89979750 to your computer and use it in GitHub Desktop.
Save vslotman/84b56231d670544b7e3c6a4a89979750 to your computer and use it in GitHub Desktop.
pyproject.toml
[tool.poetry]
name = "double-pendula"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
readme = "README.md"
packages = [{include = "double_pendula"}]
[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