Skip to content

Commit

Permalink
Merge branch 'refs/heads/main' into 2.3.0
Browse files Browse the repository at this point in the history
# Conflicts:
#	pyproject.toml
  • Loading branch information
mason-at-pieces committed Jul 8, 2024
2 parents c87ddf7 + 70d5ba7 commit 58bcffa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@

# <p align="center"> Pieces OS Client SDK For Python
<p align="center">
<a href="https://github.com/pieces-app/pieces-os-client-sdk-for-python" alt="GitHub contributors">
<a href="https://github.com/pieces-app/pieces-os-client-sdk-for-python/graphs/contributors" alt="GitHub contributors">
<img src="https://img.shields.io/github/contributors/pieces-app/pieces-os-client-sdk-for-python.svg" />
<a>
<a href="https://github.com/pieces-app/pieces-os-client-sdk-for-python" alt="GitHub issues by-label">
</a>
<a href="https://github.com/pieces-app/pieces-os-client-sdk-for-python/issues" alt="GitHub issues by-label">
<img src="https://img.shields.io/github/issues/pieces-app/pieces-os-client-sdk-for-python" />
</a>
<a href="https://discord.gg/getpieces" alt="Discord">
Expand All @@ -24,7 +24,7 @@
<a href="https://twitter.com/getpieces" alt="Twitter Follow">
<img src="https://img.shields.io/twitter/follow/pieces.svg?label=Follow" />
</a>
<a href="https://github.com/pieces-app/pieces-os-client-sdk-for-python" alt="License">
<a href="https://github.com/pieces-app/pieces-os-client-sdk-for-python/blob/main/LICENSE" alt="License">
<img src="https://img.shields.io/github/license/pieces-app/pieces-os-client-sdk-for-python.svg" />
</a>
<a href="https://pypi.org/project/pieces_os_client" >
Expand Down
16 changes: 9 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
[tool.poetry]
name = "pieces_os_client"
version = "2.3.0"
description = "Pieces Isomorphic OpenAPI"
authors = ["Tsavo Knott <tsavo@pieces.app>"]
license = "NoLicense"
description = "A powerful code engine package for writing applications on top of Pieces OS"
authors = ["Pieces <development@pieces.app>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/GIT_USER_ID/GIT_REPO_ID"
keywords = ["OpenAPI", "OpenAPI-Generator", "Pieces Isomorphic OpenAPI"]
include = ["pieces_os_client/py.typed"]
homepage = "https://pieces.app"
repository = "https://github.com/pieces-app/pieces-os-client-sdk-for-python"
documentation = "https://docs.pieces.app/build/reference/python/"

[tool.poetry.dependencies]
python = "^3.7"

urllib3 = ">= 1.25.3"
python-dateutil = ">=2.8.2"
pydantic = "^1.10.5, <2"
Expand All @@ -22,6 +21,9 @@ pytest = ">=7.2.1"
tox = ">=3.9.0"
flake8 = ">=4.0.0"

[tool.poetry.urls]
issues = "https://github.com/pieces-app/pieces-os-client-sdk-for-python/issues"

[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
Expand Down

0 comments on commit 58bcffa

Please sign in to comment.