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 --- README.md | 2 +- otp2289/__main__.py | 2 +- setup.py | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4ceb456..7ba6487 100644 --- a/README.md +++ b/README.md @@ -212,7 +212,7 @@ pyotp2289 is hosted on GitHub: https://github.com/blackm0re/pyotp2289 ## Author -Simeon Simeonov - sgs @ Freenode +Simeon Simeonov - sgs @ LiberaChat ## [License](https://github.com/blackm0re/pyotp2289/blob/master/LICENSE) 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( diff --git a/setup.py b/setup.py index 7eac4d8..875d966 100644 --- a/setup.py +++ b/setup.py @@ -34,6 +34,7 @@ setuptools.setup( 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: Implementation', 'Operating System :: OS Independent', 'Topic :: Security :: Cryptography' -- cgit v1.3