Skip to content

Commit 90780c9

Browse files
committed
build(pyproject.toml): initial project
0 parents  commit 90780c9

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 = "commitizen_cz_template"
3+
version = "0.1.0"
4+
description = "Template for commitizen cz"
5+
authors = ["Wei Lee <[email protected]>"]
6+
license = "MIT"
7+
8+
[tool.poetry.dependencies]
9+
python = "^3.7"
10+
11+
[tool.poetry.dev-dependencies]
12+
commitizen = "^1.11.0"
13+
14+
[build-system]
15+
requires = ["poetry>=0.12"]
16+
build-backend = "poetry.masonry.api"

0 commit comments

Comments
 (0)