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

Commit

Permalink
use mycloud.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasgassmann committed Nov 11, 2018
1 parent cd269f4 commit 95ee3a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
py_modules=['mycloud'],
install_requires=install_reqs,
entry_points={
'console_scripts': {'console_scripts': ['mycloud=tmp:main']}
'console_scripts': {'console_scripts': ['mycloud=mycloud:main']}
}
)
2 changes: 0 additions & 2 deletions tmp.py

This file was deleted.

0 comments on commit 95ee3a0

Please sign in to comment.