From eb2485c3c4a0deefe3645879170757995da4f9b3 Mon Sep 17 00:00:00 2001
From: Brady James Garvin <bgarvin@cse.unl.edu>
Date: Tue, 2 Jan 2018 12:38:15 -0600
Subject: [PATCH] Updated project for consistency with Buildozer projects.

---
 .gitignore | 6 ++++--
 main.py    | 6 ------
 2 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/.gitignore b/.gitignore
index d23046b..992a27a 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 cf055c3..cdabff3 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'
-- 
GitLab