Skip to content

Commit 49e31d8

Browse files
committed
init poetry
0 parents  commit 49e31d8

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pyproject.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[tool.poetry]
2+
name = "django-demo"
3+
version = "0.1.0"
4+
description = ""
5+
authors = ["Your Name <[email protected]>"]
6+
license = "n"
7+
readme = "README.md"
8+
packages = [{include = "django_demo"}]
9+
10+
[tool.poetry.dependencies]
11+
python = "^3.10"
12+
13+
14+
[build-system]
15+
requires = ["poetry-core"]
16+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)