Skip to content

Commit

Permalink
added dep
Browse files Browse the repository at this point in the history
  • Loading branch information
RobBlumberg committed Mar 28, 2020
1 parent d862926 commit ac7ed3a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ pytest = "^5.4.1"
pytest-cov = "^2.8.1"
python-semantic-release = "^5.0.2"

[tool.semantic_release]
version_variable = "sbdataextraction/__init__.py:__version__"
version_source = "commit"
upload_to_pypi = "false"
patch_without_tag = "true"

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

0 comments on commit ac7ed3a

Please sign in to comment.