meta: initial commit (archival)
This commit is contained in:
13
string_sum/pyproject.toml
Normal file
13
string_sum/pyproject.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[tool.poetry]
|
||||
name = "string-sum"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["Your Name <you@example.com>"]
|
||||
readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.11"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
Reference in New Issue
Block a user