Skip to content

Commit

Permalink
update setup.py
Browse files Browse the repository at this point in the history
- author is Project Jupyter Contributors
- point to jupyter mailing list
- require Python 3.5 (allows async/await!)
  • Loading branch information
minrk committed Sep 6, 2017
1 parent 6e5f5b3 commit a09e15f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
'traitlets',
'docker'
],
author='Yuvi Panda',
author_email='[email protected]',
python_requires='>=3.5',
author='Project Jupyter Contributors',
author_email='[email protected]',
license='BSD',
packages=find_packages(),
include_package_data=True
include_package_data=True,
)

0 comments on commit a09e15f

Please sign in to comment.