You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change making pince more compatible with creating setup.py
files. So we can create distribution package much more easily.
- added pince directory and gather all program files in it.
- refactor customlabel imported ui files with `from pince.*`
prefix
- regenarated all ui files
This change making pince more compatible with creating setup.py
files. So we can create distribution package much more easily.
- added pince directory and gather all program files in it.
- refactor customlabel imported ui files with `from pince.*`
prefix
- regenarated all ui files
while creating setup.py, file hierarchy has need to be like this http://docs.python-guide.org/en/latest/writing/structure/ or not like ours :D .We must change structure this way.
The text was updated successfully, but these errors were encountered: