Skip to content

Commit

Permalink
Merge pull request #182 from alandtse/poetry_fix
Browse files Browse the repository at this point in the history
build: fix poetry building
  • Loading branch information
alandtse committed Apr 2, 2021
2 parents c261ed7 + 148138f commit ac0e942
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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.14.0"
version = "0.17.0"
description = "A library to work with Tesla API."
authors = ["Sergey Isachenko <sergey.isachenkol@bool.by>"]
license = "Apache-2.0"
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[semantic_release]
version_variable=teslajsonpy/__version__.py:__version__
version_variable=pyproject.toml:version,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 ac0e942

Please sign in to comment.