diff --git a/setup.py b/setup.py index f159245..3f4925d 100644 --- a/setup.py +++ b/setup.py @@ -84,6 +84,7 @@ awards.register_achievement("award_mesefind",{ rel.package = mod1 rel.title = "v1.0.0" rel.url = "https://github.com/rubenwardy/awards/archive/master.zip" + rel.approved = True db.session.add(rel) mod2 = Package() @@ -199,6 +200,13 @@ No warranty is provided, express or implied, for any part of the project. mod.desc = "This is the long desc" db.session.add(mod) + rel = PackageRelease() + rel.package = mod + rel.title = "v1.0.0" + rel.url = "https://github.com/ezhh/handholds/archive/master.zip" + rel.approved = True + db.session.add(rel) + mod = Package() mod.approved = True mod.name = "other_worlds"