aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-04-08 21:15:29 +0100
committerrubenwardy <rw@rubenwardy.com>2018-04-08 21:15:29 +0100
commit1ce2c2db4a6eaefba894b31de9d962f76222fea5 (patch)
tree618b3a0ac5ec4f884aba90e98445f3907aba7fec /setup.py
parent0779d015bff68e1c1cfa04ce48bface12e6204d3 (diff)
downloadcheatdb-1ce2c2db4a6eaefba894b31de9d962f76222fea5.tar.xz
Add release to ctf
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 3f4925d..6e0d25b 100644
--- a/setup.py
+++ b/setup.py
@@ -275,6 +275,12 @@ Uses the CTF PvP Engine.
db.session.add(game1)
+ rel = PackageRelease()
+ rel.package = game1
+ rel.title = "v1.0.0"
+ rel.url = "https://github.com/rubenwardy/capturetheflag/archive/master.zip"
+ rel.approved = True
+ db.session.add(rel)
db.session.commit()
else: