Skip to content

Commit

Permalink
Making python setup.py bdist_wheel work in src/.
Browse files Browse the repository at this point in the history
  • Loading branch information
gl-yziquel committed Nov 1, 2024
1 parent c89d51d commit ef3e051
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 ef3e051

Please sign in to comment.