mirror of
https://github.com/microsoft/autogen.git
synced 2026-02-11 21:04:59 -05:00
* First pass: message loop in main thread * pypi version bump * Fix readme * Better example * Fixed docs * pre-commit fixes
37 lines
854 B
TOML
37 lines
854 B
TOML
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[project]
|
|
name = "autogencap_rajan.jedi"
|
|
version = "0.0.10"
|
|
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
|