Spaces:
Sleeping
Sleeping
| from setuptools import setup | |
| setup(name='pstuts_rag', | |
| version='0.1', | |
| description='PsTuts rag system', | |
| packages=['pstuts_rag'], | |
| zip_safe=False) | |