File size: 168 Bytes
9063e00
 
 
 
 
 
 
1
2
3
4
5
6
7
8
from setuptools import setup

setup(name='pstuts_rag',
      version='0.1',
      description='PsTuts rag system',
      packages=['pstuts_rag'],
      zip_safe=False)