Created
September 22, 2015 15:34
-
-
Save python-consulting/dfeb45d245ec1add4404 to your computer and use it in GitHub Desktop.
begin (command line tool) template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| Do not forget to add the following in setup.py : | |
| entry_points={ | |
| 'console_scripts': [ | |
| 'platform-ott = deploy_platform_ott.main:main.start', | |
| ], | |
| }, | |
| """ | |
| @begin.start | |
| def main(arg1): | |
| """ Description """ | |
| pass |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment