Rename to Agreper

agrepy is already taken by a port of agrep
This commit is contained in:
David Hoppenbrouwers
2022-10-09 15:10:11 +02:00
parent f4e543b1f7
commit 8189d429c1
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
VERSION = 'agrepy-v0.1'
VERSION = 'agreper-v0.1'
from flask import Flask, render_template, session, request, redirect, url_for, flash, g
from db.sqlite import DB