Add owners (#45)

* Add dependencies to publish.yml

* Update authors in setup.py to current maintainers
diff --git a/setup.py b/setup.py
index ab9a24a..1b2b757 100755
--- a/setup.py
+++ b/setup.py
@@ -56,8 +56,8 @@
     ])
 
 setup(
-    author='Yuzo Fujishima',
-    author_email='[email protected]',
+    author='Adam Rice, Keita Suzuki',
+    author_email='Adam Rice <[email protected]>, Keita Suzuki <[email protected]>',
     description='Standalone WebSocket Server for testing purposes.',
     long_description=('pywebsocket3 is a standalone server for '
                       'the WebSocket Protocol (RFC 6455). '