Skip to content

Commit

Permalink
fix entry scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshtec committed Oct 4, 2024
1 parent f3aca57 commit 3c511b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
# when a job name is not provided
snap-test:
# Name the Job
name: Test Snapshoting and local transfers
name: Test Snapshotting and local transfers
# Set the type of machine to run on
runs-on: ubuntu-latest

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
url="https://github.com/yoshtec/snapbtrex",
entry_points={
"console_scripts": [
"snapbtrex = cli:main",
"snapbtrex.py = cli:main",
"snapbtrex = snapbtrex.cli:main",
"snapbtrex.py = snapbtrex.cli:main",
]
},
packages=setuptools.find_packages(),
Expand Down

0 comments on commit 3c511b7

Please sign in to comment.