Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 444146b

Browse files
author
abhitopia
committed
First commit, set up poetry
1 parent ff225ec commit 444146b

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ARCSynthTasks

pyproject.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[tool.poetry]
2+
name = "arcsynthtasks"
3+
version = "0.1.0"
4+
description = ""
5+
authors = ["abhitopia <[email protected]>"]
6+
readme = "README.md"
7+
8+
[tool.poetry.dependencies]
9+
python = "^3.9"
10+
11+
12+
[build-system]
13+
requires = ["poetry-core"]
14+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)