Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
liruiw authored Oct 5, 2023
1 parent ecaf111 commit 8910503
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
from setuptools import setup, find_packages

setup(
name='cliport',
name='gensim',
version='0.1.0',
packages=find_packages(),
include_package_data=True,
license=open('LICENSE').read(),
zip_safe=False,
description="CLIPort - What and Where Pathways for Robotic Manipulation.",
author='Mohit Shridhar',
author_email='mshr@cs.washington.edu',
url='https://cliport.github.io/',
description="GenSim: Generating Robotic Simulation Tasks via Large Language Models.",
author='Lirui Wang',
author_email='liruiw@mit.edu',
url='https://liruiw.github.io/gensim',
# install_requires=[line for line in open('requirements.txt').readlines() if "@" not in line],
keywords=['CLIP', 'Vision Language Grounding', 'Robotics', 'Manipulation'],
)
keywords=['Large Language Models', 'Simulation', 'Vision Language Grounding', 'Robotics', 'Manipulation'],
)

0 comments on commit 8910503

Please sign in to comment.