Skip to content

Commit

Permalink
Add missing fields to pyproject.toml (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
smatzkel-newrelic committed Mar 6, 2023
1 parent 87c8d96 commit 9867edf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 52 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@

<a href="https://opensource.newrelic.com/oss-category/#community-project">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/newrelic/opensource-website/develop/src/images/categories/dark/Community_Project.png">
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/newrelic/opensource-website/develop/src/images/categories/Community_Project.png">
<img alt="New Relic open source - Experimental" src="https://raw.githubusercontent.com/newrelic/opensource-website/develop/src/images/categories/Community_Project.png">
</picture>
</a>
[![Community Project header](https://github.com/newrelic/open-source-office/raw/master/examples/categories/images/Community_Project.png)](https://github.com/newrelic/open-source-office/blob/master/examples/categories/index.md#category-community-project)

# OpenAI Observability

Expand Down
44 changes: 0 additions & 44 deletions README_agent.md

This file was deleted.

5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
[tool.poetry]
name = "nr-openai-observability"
version = "0.1.0"
description = ""
description = "A lightweight tool to monitor your OpenAI workload."
authors = ["AIR <applied-intelligence-research-team@newrelic.com>"]
repository = "https://github.com/newrelic/nr-openai-observability"
readme = "README.md"
homepage = "https://newrelic.com/instant-observability/openai"

[tool.poetry.dependencies]
python = "^3.7.1"
Expand Down

0 comments on commit 9867edf

Please sign in to comment.