From 7c919c2abbac1b2989d992def75c741496a00a50 Mon Sep 17 00:00:00 2001 From: chewingbever Date: Wed, 26 Aug 2020 15:20:00 +0200 Subject: [PATCH] Changed name (frank is taken) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2295792..9238b29 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open('requirements.txt', 'r') as reqs_file: reqs = [line.strip() for line in reqs_file.readlines()] setuptools.setup( - name='frank', + name='frank-discord', version='0.1.0', author='Jef Roosens', author_email='',