This commit is contained in:
William Guss
2024-09-10 12:21:18 -07:00
parent 29d4110018
commit 0702e909c6

View File

@@ -1,14 +1,15 @@
[tool.poetry]
name = "ell-ai"
version = "0.0.1"
version = "0.0.2"
description = "ell - the language model programming library"
authors = ["William Guss <will@lrsys.xyz>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/MadcowD/ell-studio"
repository = "https://github.com/MadcowD/ell"
packages = [
{ include = "ell", from = "src" }
]
homepage = "https://docs.ell.so"
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",