-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Python setup.py
installation and GitHub releases
#3
Comments
It is! |
Hello thanks for the effort. The setup.py is misleading and will be renamed to "setupUi.py" since it converts the QT5 ui form to pyqt bindings. It is not a setup.py in a pythonic way someone expect. I tried packaging this as a pip package with setup.py but failed miserable, any help would be much appreciated. I will try to create a setup.py again and see if it works. |
Done! There's now an AUR package. |
Any updates on this? |
I tried to package this with pyinstaller but ran into Problems with PyQt, I am still trying to package this as a flatpak or to begin with in any one file executable. Any community help is much appreciated in order to get a proper format out with Yin-Yang 3.0 which should be released on 10.4 |
@guoyunhe @neverix |
Hi, I see this is a really promising project. I wonder if I can package it for openSUSE/SLE. Usually Python applications have
setup.py
as installation script. It makes packaging easy. Also GitHub releases is also useful for packaging. Package maintainers can watch releases to update their packages.Thanks for the great work!
The text was updated successfully, but these errors were encountered: