Skip to content

Commit

Permalink
added packages section to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
cullerton committed Jan 27, 2025
1 parent d71028e commit b4cc24d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
[tool.poetry]
name = "pb"
name = "protocol-builder-mock"
version = "0.1.0"
description = "Mock of the Protocol Builder at UVA so we can test."
authors = ["Dan <[email protected]>"]
packages = [
{ include = "pb" },
]


[tool.poetry.dependencies]
python = "^3.9"
Expand Down

0 comments on commit b4cc24d

Please sign in to comment.