Skip to content

Commit

Permalink
Moving files around so they can be imported in packaged library
Browse files Browse the repository at this point in the history
  • Loading branch information
campos-ddc committed Aug 23, 2021
1 parent 2eb8bfe commit 2edaf94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ line-length = 120

[tool.poetry]
name = "yaml-patch"
version = "0.1.2"
version = "0.1.3"
description = "Patch yaml strings"
readme = "README.md"
authors = ["Diogo de Campos <[email protected]>"]
homepage = "https://github.com/campos-ddc/yaml-patch"
license = "MIT"

[tool.poetry.scripts]
yaml-patch = 'main:cli'
yaml-patch = 'yaml_patch.cli:cli'

[tool.poetry.dependencies]
python = "^3.7"
Expand Down
File renamed without changes.

0 comments on commit 2edaf94

Please sign in to comment.