-
Notifications
You must be signed in to change notification settings - Fork 1
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
Track the packaging progress #20
Comments
@ocefpaf, I like this, and in fact was going to suggest something along these lines. Thanks. |
@ocefpaf |
@ocefpaf yes, I will take a look at it. To double check what you want for "entry points", It is basically where you can access the code? So the .py file where they send in the command line arguments? Or the GUI .py file. |
Thanks!
In a way it can be both. We can have multiple entry points for CLI, for example, or 1 (or a few) for GUIs. In this case I need the one used to call the GUI main loop. (I am guessing there there is only 1.) |
@ocefpaf the file that I use to run the converter GUI is D:\DEV\YODA-Tools\yodatools\dataloader\controller\Main.py. |
Thanks! I'll experiment adding that to the PS: we can do icon install, etc. But I don't want to get into that right now. |
@sreeder and @emiliom this issue is to help me track what I need to do here. Please let me know what you think.
Travis-CI
(re-enable travis-ci #21)AppVeyor
testing (AppVeyor #22)setup.py
(add setup.py... #24)versioneer
or do you want to handle that differently?) (add setup.py... #24)entrypoint
to call the GUIODM2
channelPyPI
The text was updated successfully, but these errors were encountered: