Skip to content

Commit

Permalink
Forgot that I changed the entry point name
Browse files Browse the repository at this point in the history
  • Loading branch information
190nm committed Aug 2, 2021
1 parent c4c05f7 commit 9a4fa5d
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 @@ -40,7 +40,7 @@
"python_requires": ">=3.8,<4.0",
"ext_modules": ext_modules,
"entry_points": {
"console_scripts": ["reincli = reinkuro.octo:main"],
"console_scripts": ["reinkuro = reinkuro.octo:main"],
},
}

Expand Down

0 comments on commit 9a4fa5d

Please sign in to comment.