Skip to content

Commit

Permalink
Merge pull request #9 from blink1073/jupyterlab-prep
Browse files Browse the repository at this point in the history
Update metadata for JupyterLab
  • Loading branch information
Steven Silvester authored Apr 7, 2020
2 parents 9d4396b + 8cb26a7 commit 6aa7e54
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 12 deletions.
19 changes: 10 additions & 9 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
BSD 3-Clause License
Copyright (c) 2019 Project Jupyter Contributors
All rights reserved.

Copyright (c) 2017, Min RK
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
3. Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
Expand Down
7 changes: 4 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ universal = 1

[metadata]
name = pytest_check_links
author = Min RK
author-email = benjaminrk@gmail.com
author = Jupyter Development Team
author-email = jupyter@googlegroups.com
summary = Check links in files
description-file = README.md
home-page = https://github.com/minrk/pytest-check-links
long-description-content-type = text/markdown
home-page = https://github.com/jupyterlab/pytest-check-links
license = BSD-3-Clause
classifier =
Intended Audience :: Developers
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
from setuptools import setup

# This repository uses pbr - Python Build Reasonableness
# https://docs.openstack.org/pbr/latest/
# The version is set by the current git tag + describe status.
# The rest of the config data is in setup.cfg
setup(
setup_requires=['pbr>=1.9', 'setuptools>=17.1'],
pbr=True,
Expand Down

0 comments on commit 6aa7e54

Please sign in to comment.