Skip to content

Commit

Permalink
add badges and fix keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
RHammond2 committed Oct 15, 2024
1 parent 015b5ff commit 1902589
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Hybrid Optimization and Performance Platform

[![PyPI version](https://badge.fury.io/py/hopp.svg)](https://badge.fury.io/py/hopp)
![CI Tests](https://github.com/NREL/HOPP/actions/workflows/ci.yml/badge.svg)
[![image](https://img.shields.io/pypi/pyversions/hopp.svg)](https://pypi.python.org/pypi/hopp)
[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)

As part of NREL's [Hybrid Energy Systems Research](https://www.nrel.gov/wind/hybrid-energy-systems-research.html), this
software assesses optimal designs for the deployment of utility-scale hybrid energy plants, particularly considering wind,
Expand Down
8 changes: 3 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,10 @@ dependencies = [
]
keywords = [
"python3",
"hybrid-energy",
"wind-energy",
"operations",
"operational-analysis",
"operational-assessement",
"turbine-performance",
"wind-plant-performance",
"solar-energy",
"layout-optimization",
]
classifiers = [ # https://pypi.org/classifiers/
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit 1902589

Please sign in to comment.