Skip to content

Instantly share code, notes, and snippets.

@whardier
Created October 17, 2012 21:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save whardier/3908281 to your computer and use it in GitHub Desktop.
Save whardier/3908281 to your computer and use it in GitHub Desktop.
entry_points={
'console_scripts': [
'whachuptu = whachuptu.__main__:run',
],
}
"""
(whachuptu)sspencer@bigboote:~/Projects/whachuptu$ python -m whachuptu asdf
['/home/sspencer/Projects/whachuptu/whachuptu/__main__.py', 'asdf']
yay!
(whachuptu)sspencer@bigboote:~/Projects/whachuptu$ whachuptu asdf
['/home/sspencer/VirtualEnv/whachuptu/bin/whachuptu', 'asdf']
"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment