Skip to content

Commit

Permalink
Fix workflows Tests badge/ Repository link in setup.py (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
gargarchit authored Jun 17, 2020
1 parent 34488ad commit 5bc4574
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ A great first place to join the Community is the Slack channel <http://slack.ope

### Issues

On <https://github.com/Benardi/PyZPK/issues> you can find all open Issues. You can find a detailed explanation on how to work with issues below under [Issue Allocation](#Issue-Allocation).
On <https://github.com/OpenMined/PyZPK/issues> you can find all open Issues. You can find a detailed explanation on how to work with issues below under [Issue Allocation](#Issue-Allocation).

## Setup

### Forking a Repository

To contribute to PyZPK you will need to fork the Benardi/PyZPK repository.
To contribute to PyZPK you will need to fork the OpenMined/PyZPK repository.
Then you can work risk-free on your fork.

You will just need to fork once. After that you can call `git fetch upstream` and `git pull 'branch-name'` before you do your local changes to get the remote changes and be up-to-date
Expand All @@ -31,7 +31,7 @@ This can all also be done by running `make install_hooks`

### Syncing a Forked Repository

To sync your fork with the Benardi/PyZPK repository please see this [Guide](https://help.github.com/articles/syncing-a-fork/) on how to sync your fork.
To sync your fork with the OpenMined/PyZPK repository please see this [Guide](https://help.github.com/articles/syncing-a-fork/) on how to sync your fork.

## Contributing

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
![](https://github.com/Benardi/PyZPK/workflows/Tests/badge.svg)
[![License](https://img.shields.io/badge/License-Apache-yellow.svg)](https://github.com/Benardi/PyZPK/blob/master/LICENSE)
![](https://github.com/OpenMined/PyZPK/workflows/Tests/badge.svg)
[![License](https://img.shields.io/badge/License-Apache-yellow.svg)](https://github.com/OpenMined/PyZPK/blob/master/LICENSE)
[![Python 3.5,3.6,3.7](https://img.shields.io/badge/python-3.5,3.6,3.7-blue.svg)](https://www.python.org/downloads/release/python-370/)

# PyZPK
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description-content-type = text/markdown; charset=UTF-8
author = Benardi Nunes
author-email = [email protected]
project_urls =
Source=https://github.com/Benardi/PyZPK
Tracker=https://github.com/Benardi/PyZPK/issues
Source=https://github.com/OpenMined/PyZPK
Tracker=https://github.com/OpenMined/PyZPK/issues
license = Apache
license_file = LICENSE
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ def build_extension(self, ext):
packages=find_packages(),
version="0.1",
author="",
url="https://github.com/Benardi/PyZPK",
download_url="https://github.com/Benardi/PyZPK/archive/master.zip",
url="https://github.com/OpenMined/PyZPK",
download_url="https://github.com/OpenMined/PyZPK/archive/master.zip",
install_requires=core_reqs,
dependency_links=core_dependency_links,
setup_requires=["pbr"],
Expand Down

0 comments on commit 5bc4574

Please sign in to comment.