Skip to content
This repository was archived by the owner on Jul 2, 2021. It is now read-only.

Commit bb0a8c9

Browse files
committed
🎨 Update
1 parent 1e57869 commit bb0a8c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
license="MIT",
1616
packages=["githubapi2"],
1717
install_requires=["requests==2.25.1"],
18-
entry_points={"console_scripts": ["githubapi = githubapi2.githubapi2:run"]},
18+
entry_points={"console_scripts": ["github_user = githubapi2.githubuser:run"]},
1919
classifiers=[
2020
"Programming Language :: Python",
2121
],

0 commit comments

Comments
 (0)