Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save delphyne/554c9274f69a290e8bcd0ccfcbfb0b1c to your computer and use it in GitHub Desktop.
Save delphyne/554c9274f69a290e8bcd0ccfcbfb0b1c to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "multi_source"
version = "0.1.0"
description = ""
authors = ["Delphyne <delphyne@not.a.real.address>"]
packages = [
{include="example", from="src/main/python"},
{include="example/generated", from="src/generated/python"}
]
[tool.poetry.dependencies]
python = "^3.6"
[tool.poetry.dev-dependencies]
pytest = "^3.0"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment