Skip to content

Commit

Permalink
added basic project skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
rorywhite200 committed Jan 10, 2024
1 parent b757d24 commit 4312a24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ readme = "README.md"
python = "^3.11"

[tool.poetry.dev-dependencies]
pytest = "^6.2.5"

[tool.semantic_release]
version_variable = "pyproject.toml:version" # version location
branch = "main" # branch to make releases of
Expand Down

0 comments on commit 4312a24

Please sign in to comment.