Skip to content

Commit

Permalink
Merge pull request #183 from zabuldon/revert-182-poetry_fix
Browse files Browse the repository at this point in the history
Revert "build: fix poetry building"
  • Loading branch information
alandtse committed Apr 2, 2021
2 parents ac0e942 + 7a0920e commit ee8cb58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "teslajsonpy"
version = "0.17.0"
version = "0.14.0"
description = "A library to work with Tesla API."
authors = ["Sergey Isachenko <sergey.isachenkol@bool.by>"]
license = "Apache-2.0"
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
[semantic_release]
version_variable=pyproject.toml:version,teslajsonpy/__version__.py:__version__
version_variable=teslajsonpy/__version__.py:__version__
upload_to_pypi=true
check_build_status=false
remove_dist=false
hvcs=github
build_command=poetry build

[pydocstyle]
ignore = D202, D212, D416, D213, D203, D407
Expand Down

0 comments on commit ee8cb58

Please sign in to comment.