From 4e904b1d1cca48439463d5523bb96d02a8ab2c93 Mon Sep 17 00:00:00 2001 From: Kye Date: Tue, 4 Jul 2023 00:06:39 -0400 Subject: [PATCH] clean up --- setup.py | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/setup.py b/setup.py index fc96a5de..aa89c5cd 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',