Skip to content

Commit

Permalink
updated pyproject.toml, added badges to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
richrobe committed Dec 6, 2021
1 parent fb7de53 commit 95c6608
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# hpc-helper

[![PyPI](https://img.shields.io/pypi/v/hpc-helper)](https://pypi.org/project/hpc-helper/)
![GitHub](https://img.shields.io/github/license/mad-lab-fau/hpc-helper)
[![Test and Lint](https://github.com/mad-lab-fau/hpc-helper/actions/workflows/test-and-lint.yml/badge.svg)](https://github.com/mad-lab-fau/hpc-helper/actions/workflows/test-and-lint.yml)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
![PyPI - Downloads](https://img.shields.io/pypi/dm/hpc-helper)
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/mad-lab-fau/hpc-helper)

Python package with helper functions for working with FAU's [High Performance Cluster](https://hpc.fau.de/) (HPC).

## Installation
Expand Down
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name = "hpc_helper"
version = "0.1.1"
description = "Python package with helper functions for working with FAU's High Performance Cluster (HPC)."
authors = ["Robert Richer <[email protected]>"]
readme = "README.md"
homepage = "https://github.com/mad-lab-fau/hpc-helper"
repository = "https://github.com/mad-lab-fau/hpc-helper"
license = "MIT"

[tool.poetry.dependencies]
python = ">=3.7.1,<3.10"
Expand Down

0 comments on commit 95c6608

Please sign in to comment.