diff options
author | rubenwardy <rw@rubenwardy.com> | 2018-03-20 00:44:47 +0000 |
---|---|---|
committer | rubenwardy <rw@rubenwardy.com> | 2018-03-20 00:44:47 +0000 |
commit | bc88027fbe2039aa509de6c958a1ab3939909539 (patch) | |
tree | 8484e23292dea6bc01268dbe0b8a6ef598b264bc /setup.py | |
parent | ae600582a0ca98a1eb70971ee74640f7b59f1a9d (diff) | |
download | cheatdb-bc88027fbe2039aa509de6c958a1ab3939909539.tar.xz |
Add package types
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |