Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Kye committed Jul 4, 2023
1 parent 20d3526 commit 4e904b1
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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',
Expand Down

0 comments on commit 4e904b1

Please sign in to comment.