File size: 102 Bytes
e0177dc
 
1
2
from setuptools import setup, find_packages
setup(name='ovi', version='1.0', packages=find_packages())