Skip to content

Commit

Permalink
Add missing __init__.py, rm debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Cochrane committed Dec 13, 2023
1 parent bee43e1 commit de942ea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Empty file added metrics/diarization/__init__.py
Empty file.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ def get_version(fname):


logging.basicConfig(level=logging.INFO)
print(f"Packages to install: {find_packages(exclude=['tests'])}")
setup(
name="speechmatics-python",
version=os.getenv("VERSION", get_version("VERSION")),
Expand Down

0 comments on commit de942ea

Please sign in to comment.