Add readme and description to PyPi Project Page (#153)

# PR Description
Currently the [Arcade AI PyPi Page](https://pypi.org/project/arcade-ai/)
doesn't have a description. This PR adds that.
This commit is contained in:
Eric Gustin 2024-11-13 11:00:44 -08:00 committed by GitHub
parent 026d518c6e
commit 1da1231e5b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,8 @@
[tool.poetry]
name = "arcade-ai"
version = "0.1.1"
description = ""
description = "Arcade AI Python SDK and CLI"
readme = "../README.md"
packages = [
{include="arcade", from="."}
]