@@ -5,17 +5,24 @@ build-backend = "setuptools.build_meta"
55
66[project ]
77name = " pisa"
8- version = " 0.0.1 " # Placeholder for uv, actual version managed by setuptools-scm
9- description = " Markdownic Agent Runtime Framework"
8+ version = " 0.1.0 "
9+ description = " Planning, Intelligent, Self-Adaptive Agent Framework - Build production-ready AI agents with markdown-defined workflows "
1010readme = " README.md"
1111requires-python = " >=3.11"
1212license = {text = " MIT" }
1313authors = [
1414 {name = " Winsahre Tom" , email = " tanwenxuan@live.com" }
1515]
16+ keywords = [" ai" , " agent" , " llm" , " openai" , " temporal" , " workflow" , " markdown" , " framework" ]
1617classifiers = [
17- " Development Status :: 4 - Beta" ,
18- " Programming Language :: Python" ,
18+ " Development Status :: 3 - Alpha" ,
19+ " Intended Audience :: Developers" ,
20+ " License :: OSI Approved :: MIT License" ,
21+ " Programming Language :: Python :: 3" ,
22+ " Programming Language :: Python :: 3.11" ,
23+ " Programming Language :: Python :: 3.12" ,
24+ " Topic :: Software Development :: Libraries :: Python Modules" ,
25+ " Topic :: Scientific/Engineering :: Artificial Intelligence" ,
1926]
2027dependencies = [
2128 " openai-agents>=0.5.0" ,
@@ -36,6 +43,15 @@ dependencies = [
3643pisa = " pisa.cli.main:run"
3744
3845[project .optional-dependencies ]
46+ dev = [
47+ " ruff>=0.1.0" ,
48+ " mypy>=1.0.0" ,
49+ " pytest>=7.0.0" ,
50+ " pytest-cov>=4.0.0" ,
51+ " pytest-asyncio>=0.21.0" ,
52+ " black>=23.0.0" ,
53+ " isort>=5.12.0" ,
54+ ]
3955testing = [
4056 " setuptools" ,
4157 " pytest" ,
@@ -46,8 +62,11 @@ docs = [
4662]
4763
4864[project .urls ]
49- Homepage = " https://github.com/pyscaffold/pyscaffold/"
50- Documentation = " https://pyscaffold.org/"
65+ Homepage = " https://github.com/Prismer-AI/pisa"
66+ Documentation = " https://github.com/Prismer-AI/pisa#readme"
67+ Repository = " https://github.com/Prismer-AI/pisa"
68+ Changelog = " https://github.com/Prismer-AI/pisa/blob/main/CHANGELOG.rst"
69+ "Bug Tracker" = " https://github.com/Prismer-AI/pisa/issues"
5170
5271[tool .setuptools ]
5372package-dir = {"" = " src" }
0 commit comments