-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install command line scripts #5
Comments
Thanks & agreed, I've marked it as an enhancement and will put it on the todo list. |
This probably motivates moving to |
OK, seems to be working. I probably need to do a bit more testing as it's the first time I've used entry points, but looking good. |
@telegraphic – Thanks! Is it useful to keep the top-level scripts in the repo? |
Looks like I did remove the top-level scripts at some stage, so closing this one too. |
It would be convenient if
pythons setup.py install
installed the command line scripts.The recommended way to do this is with setuptools entry_points:
https://pythonhosted.org/setuptools/setuptools.html#automatic-script-creation
http://astropy.readthedocs.org/en/latest/development/scripts.html
The text was updated successfully, but these errors were encountered: