mirror of
https://github.com/microsoft/autogen.git
synced 2025-10-03 12:08:08 +00:00
8 lines
126 B
Python
8 lines
126 B
Python
![]() |
from setuptools import setup, find_packages
|
||
|
|
||
|
setup(
|
||
|
name="autogencap",
|
||
|
version="0.1",
|
||
|
packages=find_packages(),
|
||
|
)
|