requirements.txt update and added __VERSION__. (0.0.1)
This commit is contained in:
parent
8758aa2385
commit
2875fc6187
2 changed files with 2 additions and 1 deletions
|
|
@ -1,2 +1 @@
|
||||||
pycairo==1.25.1
|
|
||||||
pygobject==3.46.0
|
pygobject==3.46.0
|
||||||
|
|
@ -9,6 +9,8 @@ from gi.repository import Gtk
|
||||||
gi.require_version('AppIndicator3', '0.1')
|
gi.require_version('AppIndicator3', '0.1')
|
||||||
from gi.repository import AppIndicator3
|
from gi.repository import AppIndicator3
|
||||||
|
|
||||||
|
__VERSION__ = "0.0.1"
|
||||||
|
|
||||||
|
|
||||||
def menuitem_response(w, buf):
|
def menuitem_response(w, buf):
|
||||||
print(buf)
|
print(buf)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue