Skip to content

Commit

Permalink
Badges
Browse files Browse the repository at this point in the history
  • Loading branch information
mifm committed Jan 26, 2023
1 parent b717b10 commit c17bc33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
[![pipeline status](https://gitlab.windenergy.dtu.dk/TOPFARM/hydesign/badges/main/pipeline.svg)](https://gitlab.windenergy.dtu.dk/TOPFARM/hydesign/-/commits/main)
[![coverage report](https://gitlab.windenergy.dtu.dk/TOPFARM/hydesign/badges/main/coverage.svg)](https://gitlab.windenergy.dtu.dk/TOPFARM/hydesign/commits/main)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7573040.svg)](https://doi.org/10.5281/zenodo.7573040)
[![PyPi](https://img.shields.io/pypi/v/hydesign)](https://pypi.org/project/hydesign/)
[![License](https://img.shields.io/pypi/l/hydesign)](https://gitlab.windenergy.dtu.dk/TOPFARM/hydesign/blob/main/LICENSE)

## Welcome to hydesign
- A tool for design and control of utility scale wind-solar-storage based hybrid power plant.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def read_md(f): return open(f, 'r').read()
},
author='DTU Wind Energy',
author_email='[email protected]',
license='Proprietary',
license='MIT',
packages=find_packages(),
package_data={
'hydesign': [
Expand Down

0 comments on commit c17bc33

Please sign in to comment.