Skip to content

Commit

Permalink
Fix failing GHA (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbogunowicz authored Apr 19, 2024
1 parent 41168b9 commit 06200fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

def _setup_packages() -> List:
return find_packages(
"src", include=["compressed-tensors", "compressed-tensors.*"], exclude=["*.__pycache__.*"]
"src", include=["compressed_tensors", "compressed_tensors.*"], exclude=["*.__pycache__.*"]
)

def _setup_install_requires() -> List:
Expand Down

0 comments on commit 06200fc

Please sign in to comment.