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

Commit 95ee3a0

Browse files
use mycloud.py
1 parent cd269f4 commit 95ee3a0

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
py_modules=['mycloud'],
2020
install_requires=install_reqs,
2121
entry_points={
22-
'console_scripts': {'console_scripts': ['mycloud=tmp:main']}
22+
'console_scripts': {'console_scripts': ['mycloud=mycloud:main']}
2323
}
2424
)

tmp.py

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)