From 9179abf6c4b3e3eb2c991cbbd74738e160b910cc Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Sun, 13 Jun 2021 08:51:34 +0200 Subject: Update setup.py with explicit Python 3.9 support and update contact info Freenode -> LiberaChat --- otp2289/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'otp2289') diff --git a/otp2289/__main__.py b/otp2289/__main__.py index 7c71040..7bb0673 100644 --- a/otp2289/__main__.py +++ b/otp2289/__main__.py @@ -165,7 +165,7 @@ def main(args=None): parser = argparse.ArgumentParser( prog=__package__, epilog=(f'%(prog)s {otp2289.__version__} by Simeon Simeonov ' - '(sgs @ Freenode)'), + '(sgs @ LiberaChat)'), description='The following options are available') group = parser.add_mutually_exclusive_group(required=True) group.add_argument( -- cgit v1.3