Skip to content

Commit

Permalink
Fix badges (#7)
Browse files Browse the repository at this point in the history
* Apply badge URL adjustments

See badges/shields#8671

* Rename project; remove traces of pipenv
  • Loading branch information
ginolatorilla committed Aug 13, 2023
1 parent dd02b9b commit ea0d092
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Gino's Python with pipenv project template
# Gino's Python project template

![GitHub Workflow Status](https://img.shields.io/github/workflow/status/ginolatorilla/python3-pipenv-template/python-linux?label=ubuntu-latest&style=plastic)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/ginolatorilla/python3-pipenv-template/python-macos?label=macos-latest&style=plastic)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/ginolatorilla/python3-pipenv-template/python.yml?label=ubuntu-latest&style=plastic&branch=main)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/ginolatorilla/python3-pipenv-template/python.yml?label=macos-latest&style=plastic&branch=main)

A Python3 project template with pipenv to hande dependencies.

Expand All @@ -19,7 +19,6 @@ Inspired by [Kenneth Reitz's project template](https://github.com/kennethreitz/s
## Requirements

- Python 3.8 or better
- [Pipenv](https://pipenv.readthedocs.io/en/latest/)

## Quick Start

Expand Down

0 comments on commit ea0d092

Please sign in to comment.