summaryrefslogtreecommitdiff
path: root/otp2289
diff options
context:
space:
mode:
authorSimeon Simeonov2021-06-13 08:51:34 +0200
committerSimeon Simeonov2021-06-13 08:51:34 +0200
commit9179abf6c4b3e3eb2c991cbbd74738e160b910cc (patch)
tree6f15f9f77821f8c961788f625ce344271adcd266 /otp2289
parent7498bf51d85f98d67d72193dc01db2afb83aeaf3 (diff)
Update setup.py with explicit Python 3.9 support and update contact info Freenode -> LiberaChat
Diffstat (limited to 'otp2289')
-rw-r--r--otp2289/__main__.py2
1 files changed, 1 insertions, 1 deletions
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):
165 parser = argparse.ArgumentParser( 165 parser = argparse.ArgumentParser(
166 prog=__package__, 166 prog=__package__,
167 epilog=(f'%(prog)s {otp2289.__version__} by Simeon Simeonov ' 167 epilog=(f'%(prog)s {otp2289.__version__} by Simeon Simeonov '
168 '(sgs @ Freenode)'), 168 '(sgs @ LiberaChat)'),
169 description='The following options are available') 169 description='The following options are available')
170 group = parser.add_mutually_exclusive_group(required=True) 170 group = parser.add_mutually_exclusive_group(required=True)
171 group.add_argument( 171 group.add_argument(