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:
parent
026d518c6e
commit
1da1231e5b
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "arcade-ai"
|
name = "arcade-ai"
|
||||||
version = "0.1.1"
|
version = "0.1.1"
|
||||||
description = ""
|
description = "Arcade AI Python SDK and CLI"
|
||||||
|
readme = "../README.md"
|
||||||
packages = [
|
packages = [
|
||||||
{include="arcade", from="."}
|
{include="arcade", from="."}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue