Skip to content

Commit abd76c8

Browse files
committed
Rename cli.py to chia.py.
1 parent 718505f commit abd76c8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
],
7474
entry_points={
7575
"console_scripts": [
76-
"chia = src.cmds.cli:main",
76+
"chia = src.cmds.chia:main",
7777
"chia-check-plots = src.cmds.check_plots:main",
7878
"chia-create-plots = src.cmds.create_plots:main",
7979
"chia-wallet = src.wallet.websocket_server:main",
File renamed without changes.

0 commit comments

Comments
 (0)