Skip to content
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

Use entry points instead of scripts in setup.py. #128

Closed
moorepants opened this issue Jul 24, 2018 · 1 comment · Fixed by #140
Closed

Use entry points instead of scripts in setup.py. #128

moorepants opened this issue Jul 24, 2018 · 1 comment · Fixed by #140

Comments

@moorepants
Copy link
Collaborator

moorepants commented Jul 24, 2018

This would allow a noarch build in conda forge (might also the the correct way to do it).

conda-forge/yeadon-feedstock#8

@moorepants
Copy link
Collaborator Author

Here is the one from skijumpdesign:

 entry_points={'console_scripts':
                  ['skijumpdesign = skijumpdesign.app:app.run_server']},

We have logic in bin/yeadon so that would need to be moved into the yeadon package. Could do bin/yeadon->yeadon/app.py then use the above entry point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant