VashuTheGreat's picture
Added
51f7cb3
raw
history blame contribute delete
190 Bytes
from setuptools import setup,find_packages
setup(
name="src",
version="0.0.1",
author="Vansh Sharma",
author_email="vanshsharma7832@gmail.com",
packages=find_packages()
)