Skip to content

Commit

Permalink
fix: pypi missing desc
Browse files Browse the repository at this point in the history
  • Loading branch information
StrayDragon committed Sep 29, 2024
1 parent 8f72c7f commit e2c51a0
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
Empty file added CHANGELOG.md
Empty file.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# oapi-sdk-python-compact

![PyPI - Version](https://img.shields.io/pypi/v/lark-oapi-compact)
[![image](https://img.shields.io/pypi/pyversions/uv.svg)](https://pypi.python.org/pypi/lark-oapi-compact)
[![image](https://img.shields.io/pypi/pyversions/lark-oapi-compact.svg)](https://pypi.python.org/pypi/lark-oapi-compact)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v0.json)](https://github.com/charliermarsh/ruff)
[![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)

Expand Down
22 changes: 21 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,31 @@
[project]
name = "lark-oapi-compact"
version = "0.1.1"
version = "0.1.2"
description = "Lark OpenAPI SDK for Python"
authors = [{ name = "L8ng", email = "[email protected]" }]
readme = "README.md"
requires-python = ">=3.7"
license = { text = "MIT" }
keywords = [
"feishu",
"lark",
]
# https://pypi.org/classifiers/
classifiers = [
"Development Status :: 4 - Beta",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Software Development :: Libraries :: Python Modules",
]

[project.urls]
Repository = "https://github.com/StrayDragon/oapi-sdk-python-compact"
Documentation = "https://github.com/StrayDragon/oapi-sdk-python-compact/blob/main/README.md"
Changelog = "https://github.com/StrayDragon/oapi-sdk-python-compact/blob/main/CHANGELOG.md"

dependencies = [
# Upstream/v2_main https://github.com/larksuite/oapi-sdk-python
"lark-oapi==1.3.4",
Expand Down

0 comments on commit e2c51a0

Please sign in to comment.