Skip to content

Commit

Permalink
update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kingoflolz committed Feb 28, 2021
1 parent 4b07fce commit 19c33ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
from setuptools import setup, find_packages

setup(
name="clip",
py_modules=["clip"],
name="clip_jax",
py_modules=["clip_jax"],
version="1.0",
description="",
author="OpenAI",
author="Ben Wang",
packages=find_packages(exclude=["tests*"]),
install_requires=[
str(r)
Expand Down

0 comments on commit 19c33ee

Please sign in to comment.