diff --git a/app.py b/app.py index 8c37383..a3cc59f 100644 --- a/app.py +++ b/app.py @@ -19,7 +19,7 @@ from time import sleep import os.path import urllib.request import sqlite3 -import parser +from development import parser import re import gi gi.require_version('Gtk', '3.0') diff --git a/manifest.json b/manifest.json index d29b81c..259394a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { "name": "macBank", - "description": "Application that allows to search for manufacturers by MAC or OUI", + "description": "Manufacturer or vendor search application by MAC or OUI", "title": "macBank", "version": "1.0.0", "author": "Aitzol Berasategi", "maintainer": "wproject ", - "license":"GPL3" + "license":"GPL-3" }