Skip to content

Commit

Permalink
feat(gitlab): readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Mte90 committed Oct 17, 2023
1 parent e0656d9 commit 786e2f0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# GitHosting License
[![License](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0)

This script scans every repo of a user (on GitHub/Bitbucket/GitLab or other providers available) for a license file, downloads a license to the project folder, adds a license badge in the readme of the project and include git hooks to check if your project has one.
This script scans every repo of a user (on GitHub/Bitbucket/GitLab or other providers available) for:

* Check if include a license file
* Download a license to the project folder (automatically execute a `git commit`)
* Adds a license badge in the readme (automatically execute a `git commit`)
* Include git hooks to check if your project has one.

Remember, without a license file your project is proprietary even if it is online!

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@

setup(
name="gh-license",
version="0.2.9",
version="0.3.0",
author="Mte90",
author_email="[email protected]",
url="https://github.com/Mte90/GH-License",
install_requires=open(os.path.join(BASE_DIR, "requirements.txt")).readlines(),
license="GPLv3",
description="Scan github, bitbucket or other providers repositories for missing license files and add them",
download_url='https://github.com/Mte90/GH-License/tarball/0.2.9',
download_url='https://github.com/Mte90/GH-License/tarball/0.3.0',
package_data={"ghlicense": ["*.json"]},
packages=find_packages(exclude=["setup", "setup.*"]),
entry_points={
Expand Down

0 comments on commit 786e2f0

Please sign in to comment.