diff --git a/.gitignore b/.gitignore index d23046b14ecbb09acc9817d1396256877eb858fe..992a27a3655d7bf345eb414cab412c0e3183ffb8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ -.idea *.pyc *.pyo -*.apk + +.idea +.buildozer +bin diff --git a/main.py b/main.py index cf055c3c59a287100c9386cecb6d75aa2bb8068c..cdabff3d6d0bccc3e1a0cc4dcec4cb93da5453df 100644 --- a/main.py +++ b/main.py @@ -6,12 +6,6 @@ from first_screen import FirstScreen from second_screen import SecondScreen -__app_package__ = 'edu.unl.cse.soft161.two_screen' -__app__ = 'Two-Screen App' -__version__ = '1.0' -__flags__ = ['--bootstrap=sdl2', '--requirements=python2,kivy', '--orientation=landscape'] - - class TwoScreenApp(App): def open_first_screen(self): self.root.transition.direction = 'right'