Skip to content

Commit

Permalink
Refactor setup.py: update package name to "docu-gen"
Browse files Browse the repository at this point in the history
  • Loading branch information
nadeem4 committed Oct 29, 2024
1 parent b7de70e commit 4b7d333
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 @@ -21,7 +21,7 @@
],
entry_points={
"console_scripts": [
"generate_docstring=doc_craft.cli:main",
"generate_docstring=docu_gen.cli:main",
],
},
classifiers=[
Expand Down

0 comments on commit 4b7d333

Please sign in to comment.