-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from rapid7/101
Update author name and homepage
- Loading branch information
Showing
3 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,13 +5,13 @@ | |
|
||
setup( | ||
name="github_status_checker", | ||
version="1.0.0", | ||
version="1.0.1", | ||
description="Python module/tool for checking the status of GitHub.", | ||
long_description=long_description, | ||
long_description_content_type="text/markdown", | ||
author='Integration Alliance', | ||
author='Rapid7 Integration Alliance', | ||
author_email='[email protected]', | ||
url='https://github.com/rapid7/icon-integrations-ci', | ||
url='https://github.com/rapid7/github-status-checker', | ||
license='MIT', | ||
packages=find_packages(), | ||
install_requires=[ | ||
|