Skip to content

Commit edf7944

Browse files
committedApr 22, 2020
🤡 Add poetry
1 parent 4b468c4 commit edf7944

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
 

‎pyproject.toml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[tool.poetry]
2+
name = "ksweb"
3+
version = "1.0.0"
4+
description = "Knowledge Shaper. The editor to share your knowledge."
5+
authors = ["Puria Nafisi Azizi <puria@dyne.org>"]
6+
license = "AGPL-3.0"
7+
8+
[tool.poetry.dependencies]
9+
python = "^3.7"
10+
11+
[tool.poetry.dev-dependencies]
12+
13+
[build-system]
14+
requires = ["poetry>=0.12"]
15+
build-backend = "poetry.masonry.api"

0 commit comments

Comments
 (0)
Please sign in to comment.