aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-03-20 00:44:47 +0000
committerrubenwardy <rw@rubenwardy.com>2018-03-20 00:44:47 +0000
commitbc88027fbe2039aa509de6c958a1ab3939909539 (patch)
tree8484e23292dea6bc01268dbe0b8a6ef598b264bc /setup.py
parentae600582a0ca98a1eb70971ee74640f7b59f1a9d (diff)
downloadcheatdb-bc88027fbe2039aa509de6c958a1ab3939909539.tar.xz
Add package types
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index e98965d..a606c4f 100644
--- a/setup.py
+++ b/setup.py
@@ -19,6 +19,7 @@ if not os.path.isfile("db.sqlite"):
mod1 = Package()
mod1.name = "awards"
mod1.title = "Awards"
+ mod1.type = PackageType.MOD
mod1.author = ruben
mod1.description = "Adds achievements and an API to register new ones."
mod1.repo = "https://github.com/rubenwardy/awards"