from setuptools import setup setup( name='vAnalytics', version='v1.0.0', packages=[''], url='https://github.com/leafspark/vAnalytics', license='apache-2.0', author='leafspark', author_email='', description='time series analytics for vLLM' )