We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This would allow a noarch build in conda forge (might also the the correct way to do it).
conda-forge/yeadon-feedstock#8
The text was updated successfully, but these errors were encountered:
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.
bin/yeadon
bin/yeadon->yeadon/app.py
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
This would allow a noarch build in conda forge (might also the the correct way to do it).
conda-forge/yeadon-feedstock#8
The text was updated successfully, but these errors were encountered: