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

Commit 6e63de1

Browse files
committed
🎨 Update
1 parent 369fc16 commit 6e63de1

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:main"]},
18+
entry_points={"console_scripts": ["githubapi = githubapi2.githubapi2:run"]},
1919
classifiers=[
2020
"Programming Language :: Python",
2121
],

0 commit comments

Comments
 (0)