From eb1f99dcc9b15a5e3671a2da0eedf8ec6f9615fe Mon Sep 17 00:00:00 2001 From: Shamil K Muhammed <noteness@disroot.org> Date: Sun, 29 Apr 2018 18:29:47 +0530 Subject: [PATCH] Change author email and add Production classifier. mail@shamilk.me has been lost. So moving to a more stable email address. We are already running `synapse-diaspora-auth` in production on diasp.in and poddery.com so moving this to a Production classifier would be good. --- setup.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 515990c..edeb6e6 100644 --- a/setup.py +++ b/setup.py @@ -39,8 +39,8 @@ def exec_file(path_segments, name): setup( name="synapse-diaspora-auth", - author="Shamil K Muhammed", - author_email="mail@shamilk.me", + author="Shamil K", + author_email="noteness@riseup.net", license="GPLv3", keywords="matrix synapse diaspora authentication", @@ -50,11 +50,12 @@ setup( install_requires=[ "Twisted>=15.1.0", "psycopg2", - "bcrypt" + "bcrypt", + "pymysql" ], long_description=read("README.rst"), classifiers=[ - 'Development Status :: 3 - Alpha', + 'Development Status :: 5 - Production/Stable', 'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)', 'Programming Language :: Python :: 2.7', 'Topic :: Communications :: Chat' -- GitLab