Skip to content

Commit

Permalink
Merge pull request #128 from gl-yziquel/master
Browse files Browse the repository at this point in the history
[#127] Fixing setup.py for building src/ wheel locally.
  • Loading branch information
andre-senna authored Nov 13, 2024
2 parents ae75f88 + ef3e051 commit 00978ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
name="das-cli",
version=VERSION,
packages=find_packages(),
scripts=["das-cli.py"],
scripts=["das_cli.py"],
entry_points={
"console_scripts": [
"das-cli=das_cli:das_cli",
Expand Down

0 comments on commit 00978ad

Please sign in to comment.