From 190258955efc464282e3763abf79a812d759bd41 Mon Sep 17 00:00:00 2001 From: RHammond2 <13874373+RHammond2@users.noreply.github.com> Date: Tue, 15 Oct 2024 15:38:59 -0700 Subject: [PATCH] add badges and fix keywords --- README.md | 3 +++ pyproject.toml | 8 +++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4c7c5c916..b8f178dbd 100644 --- a/README.md +++ b/README.md @@ -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, diff --git a/pyproject.toml b/pyproject.toml index 48d25c760..275361988 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",