Skip to content
Snippets Groups Projects
Unverified Commit eb1f99dc authored by Shamil K Muhammed's avatar Shamil K Muhammed
Browse files

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.
parent fd835c81
Branches
Tags
No related merge requests found
...@@ -39,8 +39,8 @@ def exec_file(path_segments, name): ...@@ -39,8 +39,8 @@ def exec_file(path_segments, name):
setup( setup(
name="synapse-diaspora-auth", name="synapse-diaspora-auth",
author="Shamil K Muhammed", author="Shamil K",
author_email="mail@shamilk.me", author_email="noteness@riseup.net",
license="GPLv3", license="GPLv3",
keywords="matrix synapse diaspora authentication", keywords="matrix synapse diaspora authentication",
...@@ -50,11 +50,12 @@ setup( ...@@ -50,11 +50,12 @@ setup(
install_requires=[ install_requires=[
"Twisted>=15.1.0", "Twisted>=15.1.0",
"psycopg2", "psycopg2",
"bcrypt" "bcrypt",
"pymysql"
], ],
long_description=read("README.rst"), long_description=read("README.rst"),
classifiers=[ classifiers=[
'Development Status :: 3 - Alpha', 'Development Status :: 5 - Production/Stable',
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)', 'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 2.7',
'Topic :: Communications :: Chat' 'Topic :: Communications :: Chat'
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment