Files
autogen/samples/apps/cap/py/pyproject.toml
Rajan 9f337248e2 [CAP] Refactor: Better Names for classes and methods (#2734)
* Bug fix

* Refactor: Better class names, method names

* pypi version

* pre-commit fixes
2024-05-21 19:46:10 +00:00

37 lines
853 B
TOML

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "autogencap_rajan.jedi"
version = "0.0.9"
authors = [
{ name="Rajan Chari", email="rajan.jedi@gmail.com" },
]
dependencies = [
"pyzmq >= 25.1.2",
"protobuf >= 4.25.3",
"termcolor >= 2.4.0",
"pyautogen >= 0.2.23",
]
description = "CAP w/ autogen bindings"
readme = "README.md"
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
[project.urls]
"Homepage" = "https://github.com/microsoft/autogen"
"Bug Tracker" = "https://github.com/microsoft/autogen/issues"
[tool.hatch.build.targets.sdist]
packages = ["autogencap"]
only-packages = true
[tool.hatch.build.targets.wheel]
packages = ["autogencap"]
only-packages = true