Skip to content

Commit

Permalink
fix: metadata for pypi package (#12)
Browse files Browse the repository at this point in the history
* docs: update readme badges

* fix(docs): update pyproject metadata for pypi
  • Loading branch information
AumitLeon authored Mar 5, 2023
1 parent cd164e8 commit d848a42
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# ChatGPT CLI

![PyPI](https://img.shields.io/pypi/v/chatgpt-api-cli?color=blue&style=for-the-badge)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/aumitleon/chatgpt-cli/semantic-release.yaml?color=geen&style=for-the-badge)
[![PyPI version](https://badge.fury.io/py/chatgpt-api-cli.svg)](https://badge.fury.io/py/chatgpt-api-cli)
[![Semantic Release](https://github.com/AumitLeon/chatgpt-cli/actions/workflows/semantic-release.yaml/badge.svg?branch=main)](https://github.com/AumitLeon/chatgpt-cli/actions/workflows/semantic-release.yaml)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)


A simple python CLI wrapper for the [ChatGPT API](https://platform.openai.com/docs/guides/chat/introduction).
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[tool.pdm]
version = { source = "file", path = "chatgpt_cli/__version__.py" }
readme = "README.md"

[tool.pdm.dev-dependencies]
dev = [
Expand All @@ -16,6 +15,7 @@ dev = [
name = "chatgpt-api-cli"
dynamic = ["version"]
description = "A CLI wrapper for OpenAI's ChatGPT API"
readme = "README.md"
authors = [
{name = "Aumit Leon", email = "[email protected]"},
]
Expand All @@ -27,6 +27,7 @@ dependencies = [
]
requires-python = ">=3.11"
license = {text = "MIT"}
urls = { repository = "https://github.com/AumitLeon/chatgpt-cli" }

[build-system]
requires = ["pdm-pep517"]
Expand Down

0 comments on commit d848a42

Please sign in to comment.