diff --git a/setup.py b/setup.py index a2efb43..15684ef 100644 --- a/setup.py +++ b/setup.py @@ -15,16 +15,16 @@ package_data.extend([str(x) for x in list(Path('clip').rglob("*.md"))]) setup( name='clip_by_openai', - version='0.1.1.2', - author="OpenAI (Packaged by Vector AI)", - author_email="dev@vctr.ai", + version='0.1.1.3', + author="OpenAI", + author_email="", description="CLIP by OpenAI", long_description=open("README.md", "r", encoding="utf-8").read(), long_description_content_type="text/markdown", keywords="vector, embeddings, machinelearning, ai, artificialintelligence, nlp, pytorch, nearestneighbors, search, analytics, clustering, dimensionalityreduction", license="MIT", packages=find_packages(exclude=["tests*"]), - package_data={'vectorhub': package_data}, + package_data={'clip': package_data}, include_package_data=True, python_requires=">=3", install_requires=core_req, @@ -36,8 +36,6 @@ setup( "Intended Audience :: Science/Research", "Intended Audience :: Information Technology", "Intended Audience :: Financial and Insurance Industry", - "Intended Audience :: Healthcare Industry", - "Intended Audience :: Manufacturing", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python",