mbudisic's picture
Moving RAG to app
9063e00
raw
history blame
168 Bytes
from setuptools import setup
setup(name='pstuts_rag',
version='0.1',
description='PsTuts rag system',
packages=['pstuts_rag'],
zip_safe=False)