-
Notifications
You must be signed in to change notification settings - Fork 32
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
would like setup.py with defined entry_points etc #32
Comments
So, build isn't working, and I've lost patience trying to figure out why. https://travis-ci.org/eyeonus/Trade-Dangerous/builds/489942291 Also, for some reason it didn't update the PR with my commits, so I had to issue a new PR, which is annoying. |
I'll have a look at the travis stuff |
Looking at the output in travis I spotted that the env variable
|
|
Okay. It's finally working. |
This and previous commits combined fixes #32
Sorry for that. |
Okay, now to work on the listener. Got to make it work with the new version. |
I would like to have someway to do a proper install of this and if entry_points are defined one could get, for example, a trade.exe that works on windows.
If the package were published on pypi it could even be installed by pip (yay).
I can imagine that this will be difficult without moving code into a namespace for the package.
This is a wish from my side and a question if you would like some help with it.
The text was updated successfully, but these errors were encountered: