Last active
July 31, 2023 14:00
-
-
Save amarao/c154b68ee63672e844e3bcd3247ab000 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[tool.poetry] | |
name = "foo" | |
version = "1.1.1" | |
authors = ["Your Name <[email protected]>"] | |
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