Skip to content

Commit

Permalink
feat: Change pypi package name
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdonenfeld committed Oct 31, 2022
1 parent b539e38 commit 0ee652f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Gitlab-lint-hooks

<p align="center"> A command line tool and pre-commit hook for running static analysis on gitlab-ci configuration.</p>
<p align="center"> A command line tool and pre-commit hooks for running static analysis on gitlab-ci configuration.</p>

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
name=gitlab-precommit
name=gitlab-linters
version = file: pre_commit_hooks/VERSION
description=Pre-commit hooks to validate gitlab CI configuration.
description=Tools to validate gitlab CI configuration.
;long_description = file: README.md
;long_description_content_type = text/markdown
url=https://github.com/jacobdonenfeld/gitlab-lint-hooks
Expand Down

0 comments on commit 0ee652f

Please sign in to comment.