diff --git a/LICENSE b/LICENSE index f19a193c0..166af91e0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2017, JupyterHub +Copyright (c) Project Jupyter Contributors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/setup.py b/setup.py index 87eac0d9b..1ed3dbd41 100644 --- a/setup.py +++ b/setup.py @@ -9,9 +9,10 @@ 'traitlets', 'docker' ], - author='Yuvi Panda', - author_email='yuvipanda@gmail.com', + python_requires='>=3.5', + author='Project Jupyter Contributors', + author_email='jupyter@googlegroups.com', license='BSD', packages=find_packages(), - include_package_data=True + include_package_data=True, )