Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff225ec commit 444146bCopy full SHA for 444146b
.python-version
@@ -0,0 +1 @@
1
+ARCSynthTasks
pyproject.toml
@@ -0,0 +1,14 @@
+[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