Created
August 31, 2023 14:52
-
-
Save kojiromike/ee7823424518f650f79a57debee3b00c to your computer and use it in GitHub Desktop.
pyproject.toml generated with `poetry new --src --name ns.pkg example`
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 = "ns-pkg" | |
version = "0.1.0" | |
description = "" | |
authors = ["Michael Smith <[email protected]>"] | |
readme = "README.md" | |
packages = [{include = "ns", from = "src"}] | |
[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