Skip to content

Commit

Permalink
Add pyproject.toml and edit bumpversion cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
gorschu committed Apr 1, 2019
1 parent c7f4bf4 commit 7bb3adb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
current_version = 0.6.2
commit = True
tag = True
sign-tags = True
message = Bump version: {current_version} → {new_version} [skip ci]

[bumpversion:file:pyproject.toml]

15 changes: 15 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[tool.poetry]
name = "ansible-role-visual-studio-code"
version = "0.6.2"
description = ""
authors = ["Gordon Schulz <[email protected]>"]

[tool.poetry.dev-dependencies]
python = "^3.6"
molecule = "^2.20"
bumpversion = "^0.5.3"
docker-py = "^1.10"

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"

0 comments on commit 7bb3adb

Please sign in to comment.