Spaces:
Sleeping
Sleeping
from setuptools import find_packages, setup | |
setup( | |
name = 'VoyageVirtuoso', | |
version= '0.0.0', | |
author= 'Diana Wanjiru', | |
author_email= '[email protected]', | |
packages= find_packages(), | |
install_requires = [] | |
) |