It's time to bring in the GUI.

Minimalist (not to say Brutalist) UI based on text windows and mouse
chords.  Experimental.
This commit is contained in:
Simon Forman
2018-07-14 12:45:52 -07:00
parent 691d604bf8
commit 862e0b07a8
7 changed files with 988 additions and 1 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ setup(
author_email='[email protected]',
url='https://joypy.osdn.io',
license='GPLv3+',
packages=['joy', 'joy.utils'],
packages=['joy', 'joy.utils', 'joy.gui'],
classifiers=[
'Development Status :: 4 - Beta',
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',