From 15314555429f874ebcfc23291d9f69216c920870 Mon Sep 17 00:00:00 2001 From: mallyhubz Date: Thu, 6 Sep 2018 00:34:43 +0100 Subject: [PATCH] fixed dependency metadata --- .gitignore | 2 ++ nyan_home/main.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7613256..7505e99 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ __pycache__ wifi*.json config.json +cmd.exe.lnk +tilda_tools.bat \ No newline at end of file diff --git a/nyan_home/main.py b/nyan_home/main.py index 8da6574..04e808f 100644 --- a/nyan_home/main.py +++ b/nyan_home/main.py @@ -2,7 +2,7 @@ """ ___name___ = "Nyan" ___license___ = "MIT" -___dependencies___ = ["app", "homescreen", "ugfx_helper", "machine"] +___dependencies___ = ["app", "homescreen", "ugfx_helper"] ___categories___ = ["Homescreens"] ___bootstrapped___ = False