diff --git a/setup.py b/setup.py index fc96a5de1..aa89c5cd1 100644 --- a/setup.py +++ b/setup.py @@ -1,21 +1,10 @@ from setuptools import setup, find_packages -# from setuptools.command.install import install - -# class PostInstallCommand(install): -# """Post-installation for installation mode.""" -# def run(self): -# install.run(self) -# # PUT YOUR POST-INSTALL SCRIPT HERE or CALL A FUNCTION -# import subprocess -# subprocess.check_call(["pip", "install", "git+https://github.com/IDEA-Research/GroundingDINO.git"]) -# subprocess.check_call(["pip", "install", "git+https://github.com/facebookresearch/segment-anything.git"]) - setup( name = 'swarms', packages = find_packages(exclude=[]), - version = '0.3.0', + version = '0.3.1', license='MIT', description = 'Swarms - Pytorch', author = 'Kye Gomez',