Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into codesign_init
Browse files Browse the repository at this point in the history
  • Loading branch information
jwafu committed Feb 14, 2024
2 parents 569b2af + bd022d5 commit 851f630
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pieces"
version = "0.0.12"
version = "0.0.13"
description = "" # Add your description here
authors = ["Pieces <[email protected]>"] # Add your name and email

Expand All @@ -27,5 +27,7 @@
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.scripts]
pieces = "pieces.app:main"


6 changes: 3 additions & 3 deletions src/pieces/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
initial_timeout = 10 # seconds
subsequent_timeout = 3 # seconds
first_token_received = False
# pieces_data_dir = importlib.resources.files(
# "data"
# ) # our static packaged data files directory
pieces_data_dir = importlib.resources.files(
"pieces.data"
) # our static packaged data files directory
applications_db_path = Path(
"applications.db"
) # path to our applications.db
Expand Down

0 comments on commit 851f630

Please sign in to comment.