Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
jpfearnworks
/
ai_agents
like
3
Paused
App
Files
Files
Community
955418e
ai_agents
/
setup.py
jphillips
Vector storage (#1)
566d4e4
unverified
over 1 year ago
raw
Copy download link
history
blame
Safe
200 Bytes
import
setuptools
setuptools.setup(
name=
"river"
,
version=
"0.1"
,
description=
"Fearnworks AI Agents"
,
packages=setuptools.find_packages() + [
"modules"
],
python_requires=
">=3.10"
,
)