chiark / gitweb /
lint: accept all new categories
authorDaniel Martí <mvdan@mvdan.cc>
Sun, 30 Aug 2015 01:37:08 +0000 (18:37 -0700)
committerDaniel Martí <mvdan@mvdan.cc>
Sun, 30 Aug 2015 01:37:08 +0000 (18:37 -0700)
fdroidserver/lint.py

index 8b31f051197cb7e01989c93634ef3d40d50f4642..e99ac659895dc1e03dd7d33f436698c5b409547d 100644 (file)
@@ -114,7 +114,9 @@ categories = Set([
     "Connectivity",
     "Development",
     "Games",
+    "Graphics",
     "Internet",
+    "Money",
     "Multimedia",
     "Navigation",
     "Office",
@@ -124,6 +126,8 @@ categories = Set([
     "Security",
     "System",
     "Theming",
+    "Time",
+    "Writing",
 ])
 
 desc_url = re.compile("[^[]\[([^ ]+)( |\]|$)")